Back to Devexpress

TreeListView.DeleteNode(TreeListNode) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-deletenode-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest1.1 KB
Original Source

TreeListView.DeleteNode(TreeListNode) Method

Removes the specified node and all its children (if any).

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void DeleteNode(
    TreeListNode node
)
vb
Public Sub DeleteNode(
    node As TreeListNode
)

Parameters

NameTypeDescription
nodeTreeListNode

A TreeListNode object that is the node to remove.

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace