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

CardViewDataColumnSettings.AllowGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
DefaultBoolean **Default**

One of the DefaultBoolean enumeration values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Show 35 property paths
Library Object Type Path to AllowGroup
ASP.NET Controls and MVC Extensions CardViewBinaryImageColumn
.Settings.AllowGroup
CardViewButtonEditColumn
.Settings.AllowGroup
CardViewCheckColumn
.Settings.AllowGroup
CardViewColorEditColumn
.Settings.AllowGroup
CardViewColumn
.Settings.AllowGroup
CardViewComboBoxColumn
.Settings.AllowGroup
CardViewDateColumn
.Settings.AllowGroup
CardViewDropDownEditColumn
.Settings.AllowGroup
CardViewEditColumn
.Settings.AllowGroup
CardViewHyperLinkColumn
.Settings.AllowGroup
CardViewImageColumn
.Settings.AllowGroup
CardViewMemoColumn
.Settings.AllowGroup
CardViewProgressBarColumn
.Settings.AllowGroup
CardViewSpinEditColumn
.Settings.AllowGroup
CardViewTextColumn
.Settings.AllowGroup
CardViewTimeEditColumn
.Settings.AllowGroup
CardViewTokenBoxColumn
.Settings.AllowGroup
MVCxCardViewColumn
.Settings.AllowGroup
ASP.NET Bootstrap Controls BootstrapCardViewBinaryImageColumn
.Settings.AllowGroup
BootstrapCardViewButtonEditColumn
.Settings.AllowGroup
BootstrapCardViewCheckColumn
.Settings.AllowGroup
BootstrapCardViewColorEditColumn
.Settings.AllowGroup
BootstrapCardViewColumn
.Settings.AllowGroup
BootstrapCardViewComboBoxColumn
.Settings.AllowGroup
BootstrapCardViewDateColumn
.Settings.AllowGroup
BootstrapCardViewDropDownEditColumn
.Settings.AllowGroup
BootstrapCardViewEditColumn
.Settings.AllowGroup
BootstrapCardViewHyperLinkColumn
.Settings.AllowGroup
BootstrapCardViewImageColumn
.Settings.AllowGroup
BootstrapCardViewMemoColumn
.Settings.AllowGroup
BootstrapCardViewProgressBarColumn
.Settings.AllowGroup
BootstrapCardViewSpinEditColumn
.Settings.AllowGroup
BootstrapCardViewTagBoxColumn
.Settings.AllowGroup
BootstrapCardViewTextColumn
.Settings.AllowGroup
BootstrapCardViewTimeEditColumn
.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