Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(false)]
bool IsGroupPanelVisible { get; set; }

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