Back to Devexpress

GridViewBase.AllowGroupingSortingBySingleColumnOnly Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-ac3e524b.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? AllowGroupingSortingBySingleColumnOnly { get; set; }
vb
Public Property AllowGroupingSortingBySingleColumnOnly As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true to allow grouping and sorting by single column only; otherwise, false

|

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace