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