Skip to main content

TreeListView.IndentNode(TreeListNode) Method

Indents a specified node.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public virtual void IndentNode(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A node that should be indented.

Remarks

Use the IndentNode method to indent a specified node. When indented, the node becomes a child of the previous non-selected node. To indent multiple nodes, call the TreeListView.IndentNodes method.

Indent_Outdent_nodes

See Also