[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GroupDescription.-ctor

GroupDescription Constructor

GroupDescription(string)

Initializes a new instance of a GroupDescription.

Declaration
public GroupDescription(string propertyName)
Parameters
Type Name Description
string propertyName

Name of the property to group on.

GroupDescription(string, ListSortDirection?)

Initializes a new instance of a GroupDescription.

Declaration
public GroupDescription(string propertyName, ListSortDirection? sortDirection)
Parameters
Type Name Description
string propertyName

Name of the property to group on.

ListSortDirection? sortDirection

Sort direction to apply within the group. Defaults to Ascending, may be set to null to group but not sort by this property.

GroupDescription(string, ListSortDirection?, bool)

Initializes a new instance of a GroupDescription.

Declaration
public GroupDescription(string propertyName, ListSortDirection? sortDirection, bool group)
Parameters
Type Name Description
string propertyName

Name of the property to group on.

ListSortDirection? sortDirection

Sort direction to apply within the group. Defaults to Ascending, may be set to null to group but not sort by this property.

bool group

Whether to group by this property. Defaults to true, set to false if you want to sort but not group by this property.