Back to Devexpress

TreeListNode.Sort Method

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-dot-sort.md

latest659 B
Original Source

TreeListNode.Sort Method

NameParametersDescription
Sort(TreeListColumn, SortOrder, Boolean)column, order, recursiveSorts the node’s children against a column.
Sort(IComparer<TreeListNode>, Boolean)comparer, recursiveSorts the nodes’ children using the specified IComparer object.