ColumnBase.ActualAllowGrouping Property
In This Article
Gets whether users can group data by this column. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if users can group data by this column; otherwise, false. |
#Remarks
For more information, refer to the following help topic: Group Data.
See Also