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

DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>) Method

Applies the mind-map tree layout algorithm to the subordinates of the specified items.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public void ApplyMindMapTreeLayoutForSubordinates(
    IEnumerable<DiagramItem> items
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

A collection of items which subordinates should be rearranged.

See Also