TreeListNode.Sort Method
Name | Parameters | Description |
---|---|---|
Sort |
column, order, recursive | Sorts the node’s children against a column. |
Sort |
comparer, recursive | Sorts the nodes’ children using the specified IComparer object. |