Back to Devexpress

TreeList.Sort Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-sort.md

latest843 B
Original Source

TreeList.Sort Method

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