TreeList.UnselectNode(TreeListNode) Method
In This Article
Discards selection of the specified node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public void UnselectNode(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A node to unselect. |
See Also