Skip to main content
Tab

CardViewDataColumnSettings.AllowGroup Property

Gets or sets whether grid data can be grouped by the current column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowGroup { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

One of the enumeration values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowGroup
CardViewColumn
.Settings .AllowGroup

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