Skip to main content

TreeListViewCommands.ExpandToLevel Property

Expands the parent nodes down to the specified nesting level.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ICommand ExpandToLevel { get; }

Property Value

Type Description
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