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

ASPxGridViewBehaviorSettings.AllowGroup Property

Gets or sets whether grid data can be grouped.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to enable data grouping; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowGroup
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .AllowGroup
GridViewProperties
.SettingsBehavior .AllowGroup
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .AllowGroup
ASP.NET MVC Extensions GridViewSettings
.SettingsBehavior .AllowGroup
GridViewSettings<RowType>
.SettingsBehavior .AllowGroup
MVCxGridView
.SettingsBehavior .AllowGroup
MVCxGridViewProperties
.SettingsBehavior .AllowGroup

Remarks

Data grouping requires data sorting to be performed, so data can be grouped only when the ASPxGridBehaviorSettings.AllowSort property is set to true.

See Also