TreeListMultiSelection.Remove(TreeListNode) Method
Unselects the specified node, and removes it from the current collection.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Remove(
TreeListNode node
)
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A node to remove from the current collection. |
Returns
Type | Description |
---|---|
Boolean | true if the specified node is successfully removed; otherwise, false. |
See Also