Gets or sets whether it is allowed to apply grouping and sorting by single column only.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public Nullable<Boolean> AllowSortingBySingleColumnOnly { get; set; }
|
VB |
Public Property AllowSortingBySingleColumnOnly As Nullable(of Boolean)
|
Property value
Type: Nullable<Boolean>
true, to allow grouping and sorting by single column only; otherwise, false

See Also