Skip to main content
A newer version of this page is available. .

DiagramCommands.TreeLayoutForSubordinates Property

Gets the command that applies the Tree layout to the subordinates of the diagram items.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v21.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ICommand<LayoutDirection> TreeLayoutForSubordinates { get; }

Property Value

Type Description
DevExpress.Mvvm.ICommand<LayoutDirection>

An object implementing the System.Windows.Input.ICommand interface.

Remarks

The TreeLayoutForSubordinates command accepts a parameter of the LayoutDirection type.

See Also