Back to Devexpress

TreeListView.OutdentNodes(IEnumerable<TreeListNode>) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-outdentnodes-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest1.7 KB
Original Source

TreeListView.OutdentNodes(IEnumerable<TreeListNode>) Method

Outdents specified nodes.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual void OutdentNodes(
    IEnumerable<TreeListNode> nodes
)
vb
Public Overridable Sub OutdentNodes(
    nodes As IEnumerable(Of TreeListNode)
)

Parameters

NameTypeDescription
nodesIEnumerable<TreeListNode>

A collection of nodes that should be outdented.

|

Remarks

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

See Also

Move Nodes

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace