Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupLevelDescription Class
Properties Methods Events


In This Topic
    GroupLevelDescription Class Members
    In This Topic

    The following tables list the members exposed by GroupLevelDescription.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets the field name of the column by which the data items are grouped.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the data displayed in the associated GroupHeaderControls of the groups contained in this level.  
    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 the format used for the content of the group header. This can also impact the format of the data during export or when copying to the clipboard.  
    Public Property  
    Public PropertyGets or sets the DataTemplate used to display the group's value. Read-only as of v5.2.  
    Public PropertyGets or sets a DataTemplateSelector that provides a way to apply a different ValueTemplate based on custom logic. Read-only as of v5.2.  
    Top
    Public Methods
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of a property is changed.  
    Top
    See Also