IGridDataColumn.AllowGroup Property
Specifies whether users can group data by this column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
bool? AllowGroup { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Nullable<Boolean> | null |
|
Remarks
Refer to the AllowGroup property description for more information and an example.
See Also