GridViewBase.AllowGroupingSortingBySingleColumnOnly Property
In This Article
Gets or sets whether it is allowed to apply grouping and sorting by single column only.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to allow grouping and sorting by single column only; otherwise, false |
See Also