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

ASPxCardViewBehaviorSettings.AutoExpandAllGroups Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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 Bootstrap Controls BootstrapCardView
.SettingsBehavior.AutoExpandAllGroups
ASP.NET Web Forms Controls ASPxCardView
.SettingsBehavior.AutoExpandAllGroups
CardViewSettings
.SettingsBehavior.AutoExpandAllGroups
CardViewSettings<CardType>
.SettingsBehavior.AutoExpandAllGroups
MVCxCardView
.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 grouped cards are visible.

See Also