Skip to main content
A newer version of this page is available. .

IModelColumn.GroupIndex Property

Specifies the sequence of column grouping, when nested grouping is applied.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue(-1)]
int GroupIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the sequence of column grouping, when nested grouping is applied.

Remarks

For additional information, see IModelListView.IsGroupPanelVisible.

Note that in a Mobile application, you can implement grouping by one column only.

See Also