The following tables list the members exposed by Group.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Items | Gets the 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. |
![]() | StatContext | Gets 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. |
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when the value of a property changes. |

