Back to Devexpress

TreeViewControl.SortOrder Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-3679c04d.md

latest1.5 KB
Original Source

TreeViewControl.SortOrder Property

Gets or sets the TreeViewControl‘s sort order. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[DefaultValue(ColumnSortOrder.None)]
public ColumnSortOrder SortOrder { get; set; }
vb
<DefaultValue(ColumnSortOrder.None)>
Public Property SortOrder As ColumnSortOrder

Property Value

TypeDefaultDescription
ColumnSortOrderNone

The TreeViewControl‘s sort order.

|

Available values:

NameDescription
None

No sorting is applied to a column.

| | Ascending |

Sorts the column in ascending order.

| | Descending |

Sorts the columns in descending order.

|

Remarks

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace