[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CanGroup

CanGroup Method

CanGroup(params GroupDescription[])

Returns whether the collection is able to group the specified group descriptions.

Declaration
public override bool CanGroup(params GroupDescription[] groupDescriptions)
Parameters
Type Name Description
GroupDescription[] groupDescriptions

The group descriptions that determine how the data would be grouped.

Returns
Type Description
bool
Overrides