Skip to main content

IGrid.AllowGroup Property

Specifies whether users can group grid data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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