Back to Devexpress

DiagramCommands.TreeLayoutForSubordinates Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<LayoutDirection> TreeLayoutForSubordinates { get; }
vb
Public ReadOnly Property TreeLayoutForSubordinates As ICommand(Of LayoutDirection)

Property Value

TypeDescription
ICommand<LayoutDirection>

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

|

Remarks

The TreeLayoutForSubordinates command accepts a parameter of the LayoutDirection type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace