DxGridModel.AllowGroup Property
In This Article
Specifies whether users can group grid data.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to allow users to group grid data; otherwise, false. |
#Remarks
This member is a wrapper for the DxGrid component’s DxGrid.AllowGroup member. Refer to its description for more information.
See Also