ISupportGrouping Interface Members
In This Topic
The following tables list the members exposed by ISupportGrouping.
Public Properties
| Name | Description |
| GroupDescriptions | Gets the group descriptions applied to the data. |
| IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. |
Top
Public Methods
| Name | Description |
| CanGroup | Returns whether the collection is able to group the specified group descriptions. |
| GroupAsync | Groups the collection according to the specified group descriptions. |
Top
Public Events
| Name | Description |
| GroupChanged | Raised after a grouping operation was performed. |
Top
See Also