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