Back to Devexpress

TreeListViewCommands.ExpandToLevel Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-6f170307.md

latest1.5 KB
Original Source

TreeListViewCommands.ExpandToLevel Property

Expands the parent nodes down to the specified nesting level.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

The corresponding method: TreeListView.ExpandToLevel.

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

See Also

ExpandAllNodes

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace