ASPxCardViewBehaviorSettings.AllowGroup Property
In This Article
Gets or sets whether cards can be grouped.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Allow |
---|---|---|
ASP. |
Card |
|
ASP. |
ASPx |
|
#Remarks
You can group cards only when the ASPxGridBehaviorSettings.AllowSort property is set to true
.
Note
The ASPx
See Also