Back to Devexpress

IModelListView.AutoExpandAllGroups Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-855621cf.md

latest1.6 KB
Original Source

IModelListView.AutoExpandAllGroups Property

Specifies whether all group rows displayed within the List View are automatically expanded after each grouping operation.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true, to expand all group rows; otherwise, false.

|

Remarks

This property applies when a List View uses grouping (see IModelListView.IsGroupPanelVisible) and XAF displays the List View through the GridListEditor.

See Also

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace