A newer version of this page is available.
Switch to the current version.
GridViewBase.AllowGroupingSortingBySingleColumnOnly Property
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.1.dll
Declaration
public bool? AllowGroupingSortingBySingleColumnOnly { get; set; }
Public Property AllowGroupingSortingBySingleColumnOnly As Boolean?
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to allow grouping and sorting by single column only; otherwise, false |
See Also
Feedback