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

GridViewDataColumnSettings.AllowGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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 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 36 property paths
Library Object Type Path to AllowGroup
ASP.NET Controls and MVC Extensions GridViewDataBinaryImageColumn
.Settings .AllowGroup
GridViewDataButtonEditColumn
.Settings .AllowGroup
GridViewDataCheckColumn
.Settings .AllowGroup
GridViewDataColorEditColumn
.Settings .AllowGroup
GridViewDataColumn
.Settings .AllowGroup
GridViewDataComboBoxColumn
.Settings .AllowGroup
GridViewDataDateColumn
.Settings .AllowGroup
GridViewDataDropDownEditColumn
.Settings .AllowGroup
GridViewDataHyperLinkColumn
.Settings .AllowGroup
GridViewDataImageColumn
.Settings .AllowGroup
GridViewDataMemoColumn
.Settings .AllowGroup
GridViewDataProgressBarColumn
.Settings .AllowGroup
GridViewDataSpinEditColumn
.Settings .AllowGroup
GridViewDataTextColumn
.Settings .AllowGroup
GridViewDataTimeEditColumn
.Settings .AllowGroup
GridViewDataTokenBoxColumn
.Settings .AllowGroup
GridViewEditDataColumn
.Settings .AllowGroup
ASP.NET Bootstrap Controls BootstrapGridViewBinaryImageColumn
.Settings .AllowGroup
BootstrapGridViewButtonEditColumn
.Settings .AllowGroup
BootstrapGridViewCheckColumn
.Settings .AllowGroup
BootstrapGridViewColorEditColumn
.Settings .AllowGroup
BootstrapGridViewComboBoxColumn
.Settings .AllowGroup
BootstrapGridViewDataColumn
.Settings .AllowGroup
BootstrapGridViewDateColumn
.Settings .AllowGroup
BootstrapGridViewDropDownEditColumn
.Settings .AllowGroup
BootstrapGridViewEditDataColumn
.Settings .AllowGroup
BootstrapGridViewHyperLinkColumn
.Settings .AllowGroup
BootstrapGridViewImageColumn
.Settings .AllowGroup
BootstrapGridViewMemoColumn
.Settings .AllowGroup
BootstrapGridViewProgressBarColumn
.Settings .AllowGroup
BootstrapGridViewSpinEditColumn
.Settings .AllowGroup
BootstrapGridViewTagBoxColumn
.Settings .AllowGroup
BootstrapGridViewTextColumn
.Settings .AllowGroup
BootstrapGridViewTimeEditColumn
.Settings .AllowGroup
ASP.NET MVC Extensions MVCxGridViewColumn
.Settings .AllowGroup
MVCxGridViewColumn<RowType>
.Settings .AllowGroup

Remarks

If the AllowGroup property is set to DefaultBoolean.Default, the column’s behavior is controlled by the ASPxGridView’s ASPxGridViewBehaviorSettings.AllowGroup property.

Data grouping requires data sorting to be performed.

See Also