Skip to main content
Tab

ASPxCardViewBehaviorSettings.AllowGroup Property

Gets or sets whether cards can be grouped.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 MVC Extensions CardViewSettings
.SettingsBehavior .AllowGroup
ASP.NET Web Forms Controls ASPxCardView
.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