CardViewDataColumnSettings.AllowGroup Property
Gets or sets whether grid data can be grouped by the current column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default | One of the enumeration values. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AllowGroup |
|---|---|
| CardViewColumn |
|
Remarks
If the AllowGroup property is set to DefaultBoolean.Default, the column’s behavior is controlled by the ASPxCardView’s ASPxCardViewBehaviorSettings.AllowGroup property.
Data grouping requires data sorting to be performed.
See Also