IModelColumn.GroupIndex Property
Specifies the sequence of column grouping, when nested grouping is applied.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
See Also