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

IGrid.AllowGroup Property

Specifies whether users can group grid data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Boolean true

true to allow users to group grid data; otherwise, false.

Remarks

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

See Also