Group Class Members
See Also  Properties  Events
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : Group Class

The following tables list the members exposed by Group.

Public Properties

 NameDescription
Public PropertyIsBottomLevelGets a value indicating whether the group is in the last group level of the group hierarchy.  
Public PropertyIsExpandedGets or sets a value indicating whether the group is expanded.  
Public PropertyItemCountGets the number of data items contained in the group.  
Public PropertyItemsGets the data items contained in the group.  
Public PropertyLevelGets a value indicating the level of the group within the group hierarchy.  
Public PropertyParentGroupsGets a reference to the parent groups of the group.  
Public PropertyStatContextGets the context from which a statistical function retrieves the values needed to calculate its result, and that exposes the results as properties that have the same names as the functions' ResultPropertyName properties. This feature is available only in the Professional Edition  
Public PropertyTitleGets the data displayed in a group's associated GroupHeaderControl.  
Public PropertyTitleTemplateGets the DataTemplate used to display the Title's content.  
Public PropertyTitleTemplateSelectorGets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic.  
Public PropertyValueGets an object representing the value which caused the group to be created.  
Public PropertyValueTemplateGets the DataTemplate used to display the group's Value.  
Public PropertyValueTemplateSelectorGets a DataTemplateSelector that provides a way to apply a different ValueTemplate based on custom logic.  
Top

Public Events

 NameDescription
Public EventPropertyChangedRaised when the value of a property changes.  
Top

See Also