[]
Specifies a calling contract for collections that support grouping.
public interface ISupportGrouping
| 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. |
| Name | Description |
|---|---|
| CanGroup(params GroupDescription[]) | Returns whether the collection is able to group the specified group descriptions. |
| GroupAsync(GroupDescription[], CancellationToken) | Groups the collection according to the specified group descriptions. |
| Name | Description |
|---|---|
| GroupChanged | Raised after a grouping operation was performed. |