Back to Devexpress

TreeListView.AllowSortingBySingleColumnOnly Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-d002c140.md

latest1.2 KB
Original Source

TreeListView.AllowSortingBySingleColumnOnly 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? AllowSortingBySingleColumnOnly { get; set; }
vb
Public Property AllowSortingBySingleColumnOnly As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace