IModelListView.IsGroupPanelVisible Property
Specifies whether the group panel of a grid that displays the current List View is visible.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if the group panel is visible; otherwise, false. |
Remarks
To specify the order index for the column, use the IModelColumn.GroupIndex property.
See Also