Name | Description | |
---|---|---|
GroupConfiguration | Gets the GroupConfiguration from which the group was created. | |
IsBottomLevel | Gets a value indicating whether the group is in the last group level of the group hierarchy. | |
IsExpanded | Gets or sets a value indicating whether the group is expanded. | |
ItemCount | Gets the number of data items contained in the group. | |
Level | Gets a value indicating the level of the group within the group hierarchy. | |
ParentGroups | Gets a reference to the parent groups of the group. | |
SelectionState | ||
SiblingGroups | Gets a reference to the sibling groups of the group. | |
StatContext | ||
Title | Gets the data displayed in a group's associated GroupHeaderControl. | |
TitleTemplate | Gets the DataTemplate used to display the Title's content. | |
TitleTemplateSelector | Gets a DataTemplateSelector that provides a way to apply a different TitleTemplates based on custom logic. | |
Value | Gets an object representing the value which caused the group to be created. | |
ValueStringFormat | Gets 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. | |
ValueStringFormatCulture | ||
ValueTemplate | Gets the DataTemplate used to display the group's Value. | |
ValueTemplateSelector | Gets a DataTemplateSelector that provides a way to apply a different ValueTemplate based on custom logic. |