Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBehaviorSettings.AutoExpandAllGroups Property

Gets or sets whether all group rows displayed within the ASPxGridView are automatically expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to expand all groups; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoExpandAllGroups
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .AutoExpandAllGroups
GridViewProperties
.SettingsBehavior .AutoExpandAllGroups
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .AutoExpandAllGroups
ASP.NET MVC Extensions GridViewSettings
.SettingsBehavior .AutoExpandAllGroups
GridViewSettings<RowType>
.SettingsBehavior .AutoExpandAllGroups
MVCxGridView
.SettingsBehavior .AutoExpandAllGroups
MVCxGridViewProperties
.SettingsBehavior .AutoExpandAllGroups

Remarks

If the AutoExpandAllGroups property is set to true, all group rows are automatically expanded after each grouping operation. As a result, all data rows become visible.

See Also