ASPxCardViewBehaviorSettings.AutoExpandAllGroups Property
Gets or sets whether all group rows displayed within the ASPxCardView are automatically expanded.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to AutoExpandAllGroups |
|---|---|---|
| ASP.NET MVC Extensions | CardViewSettings |
|
| ASP.NET Web Forms Controls | ASPxCardView |
|
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