Back to Devexpress

TreeListView.OutdentNode(TreeListNode) Method

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

latest1.5 KB
Original Source

TreeListView.OutdentNode(TreeListNode) Method

Outdents a specified node.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual void OutdentNode(
    TreeListNode node
)
vb
Public Overridable Sub OutdentNode(
    node As TreeListNode
)

Parameters

NameTypeDescription
nodeTreeListNode

A node that should be outdented.

|

Remarks

Use the OutdentNode method to outdent a specified node. When outdented, the node moves to the upper tree level. To outdent multiple nodes, call the TreeListView.OutdentNodes method.

See Also

Move Nodes

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace