TreeList.UnselectNodes Method
| Name | Parameters | Description |
|---|---|---|
| UnselectNodes(TreeListNode, TreeListNode) | startNode, endNode | Discards selection of nodes in the specified range. |
| UnselectNodes(Int32, Int32) | startNodeId, endNodeId | Discards selection of nodes in the specified range by data source IDs. |