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

ASPxCardViewBehaviorSettings.AllowGroup Property

Gets or sets whether cards can be grouped.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AllowGroup { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable card grouping; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowGroup
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsBehavior.AllowGroup
ASP.NET Web Forms Controls ASPxCardView
.SettingsBehavior.AllowGroup
CardViewSettings
.SettingsBehavior.AllowGroup
CardViewSettings<CardType>
.SettingsBehavior.AllowGroup
MVCxCardView
.SettingsBehavior.AllowGroup

Remarks

You can group cards only when the ASPxGridBehaviorSettings.AllowSort property is set to true.

Note

The ASPxCardView does not allows end users to group cards if the control is in table layout mode (ASPxCardView1.Settings.LayoutMode=LayoutMode.Table)

See Also