Back to Devexpress

TreeListMultiSelection.Remove(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelistmultiselection-dot-remove-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.7 KB
Original Source

TreeListMultiSelection.Remove(TreeListNode) Method

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Remove(
    TreeListNode node
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function Remove(
    node As TreeListNode
) As Boolean

Parameters

NameTypeDescription
nodeTreeListNode

A node to remove from the current collection.

|

Returns

TypeDescription
Boolean

true if the specified node is successfully removed; otherwise, false.

|

See Also

TreeListMultiSelection Class

TreeListMultiSelection Members

DevExpress.XtraTreeList Namespace