[]
        
(Showing Draft Content)

C1.DataCollection.ISupportGrouping

ISupportGrouping Interface

Specifies a calling contract for collections that support grouping.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportGrouping

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.

Methods

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.

Events

Name Description
GroupChanged

Raised after a grouping operation was performed.