TcxCustomTreeList.Deselect(TcxTreeListNode) Method
In This Article
Deselects a node.
#Declaration
Delphi
procedure Deselect(Node: TcxTreeListNode); virtual;
#Parameters
Name | Type |
---|---|
Node | Tcx |
#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