Skip to main content
A newer version of this page is available. .

TreeListMultiSelection.Remove(TreeListNode) Method

Unselects the specified node, and removes it from the current collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
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