TreeList.Sort Method
Name | Parameters | Description |
---|---|---|
Sort(TreeListNode, TreeListColumn, SortOrder, Boolean) | node, column, order, recursive | Sorts the specified node’s children against a column. Allows you to sort root nodes. |
Sort(TreeListNode, IComparer<TreeListNode>, Boolean) | node, comparer, recursive | Sorts the specified node’s children using the specified IComparer object. Allows you to sort root nodes. |