[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.CanGroup

CanGroup Method

CanGroup(params GroupDescription[])

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

Declaration
public virtual 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
Implements