Back to Devexpress

TreeListControlBase.SortBy Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcontrolbase-dot-sortby.md

latest1009 B
Original Source

TreeListControlBase.SortBy Method

NameParametersDescription
SortBy(TreeListColumn, ColumnSortOrder, Int32)column, sortOrder, sortIndexSorts data against the specified column and arranges it according to the sort order. The position of the sort condition within the TreeListSortInfoCollection depends on the sortIndex parameter.
SortBy(TreeListColumn, ColumnSortOrder)column, sortOrderSorts data against the specified column and arranges it according to the sort order.
SortBy(TreeListColumn)columnSorts data against the specified column.