TcxCustomTreeList.Deselect(TcxTreeListNode) Method
Deselects a node.
Declaration
procedure Deselect(Node: TcxTreeListNode); virtual;
Parameters
Name | Type |
---|---|
Node | TcxTreeListNode |
Remarks
Node specifies the node to deselect.
Alternatively, set the node’s Selected property to False, to deselect a node.
To deselect all the selected nodes simultaneously, use the ClearSelection method.
See Also