TreeListView.IndentNode(TreeListNode) Method
Indents a specified node.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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.
See Also