Skip to main content
A newer version of this page is available. .

TreeListView.IndentNode(TreeListNode) Method

Indents a specified node.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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