Skip to main content

IGridDataColumn.AllowGroup Property

Specifies whether users can group data by this column.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
bool? AllowGroup { get; set; }

Property Value

Type Default Description
Nullable<Boolean> null

null to inherit the value from the IGrid.AllowGroup property;
true to allow users to group data by this column;
false to prevent users from grouping data by this column.

Remarks

Refer to the AllowGroup property description for more information and an example.

See Also