Back to Devexpress

IModelListView.IsGroupPanelVisible Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-149a4495.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(false)]
bool IsGroupPanelVisible { get; set; }
vb
<DefaultValue(False)>
Property IsGroupPanelVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

List Editors

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace