Back to Devexpress

TreeListViewCommands.OutdentSelectedNodes Property

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

latest1.6 KB
Original Source

TreeListViewCommands.OutdentSelectedNodes Property

Outdents selected nodes.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

The corresponding methods: TreeListView.OutdentNode and TreeListView.OutdentNode.

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