Back to Devexpress

TreeListViewCommands.IndentSelectedNodes Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-d1ced4d9.md

latest1.6 KB
Original Source

TreeListViewCommands.IndentSelectedNodes Property

Indents selected nodes.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand IndentSelectedNodes { get; }
vb
Public ReadOnly Property IndentSelectedNodes As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

The corresponding methods: TreeListView.IndentNode and TreeListView.IndentNode.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

Move Nodes

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace