Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Group Class
Properties Events


In This Topic
    Group Class Members
    In This Topic

    The following tables list the members exposed by Group.

    Public Properties
     NameDescription
    Public PropertyGets the GroupConfiguration from which the group was created.  
    Public PropertyGets a value indicating whether the group is in the last group level of the group hierarchy.  
    Public PropertyGets or sets a value indicating whether the group is expanded.  
    Public PropertyGets the number of data items contained in the group.  
    Public PropertyGets a value indicating the level of the group within the group hierarchy.  
    Public PropertyGets a reference to the parent groups of the group.  
    Public PropertyGets a reference to the sibling groups of the group.  
    Public Property  
    Public PropertyGets the data displayed in a group's associated GroupHeaderControl.  
    Public PropertyGets the DataTemplate used to display the Title's content.  
    Public PropertyGets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic.  
    Public PropertyGets an object representing the value which caused the group to be created.  
    Public Property  
    Public Property  
    Public PropertyGets the DataTemplate used to display the group's Value.  
    Public PropertyGets a DataTemplateSelector that provides a way to apply a different ValueTemplate based on custom logic.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of a property changes.  
    Top
    See Also