Skip to main content
All docs
V25.1
  • DiagramControl.OrgChartLayoutSplitMode Property

    Specifies which diagram items are rearranged by the org chart layout algorithm. This is a dependency property.

    Namespace: DevExpress.Xpf.Diagram

    Assembly: DevExpress.Xpf.Diagram.v25.1.dll

    NuGet Package: DevExpress.Wpf.Diagram

    Declaration

    public SplitToConnectedComponentsMode OrgChartLayoutSplitMode { get; set; }

    Property Value

    Type Description
    SplitToConnectedComponentsMode

    A SplitToConnectedComponentsMode enumeration value.

    Available values:

    Name Description
    AllComponents

    Realign all items on the canvas.

    NonTrivialComponentsOnly

    Realign only items that are connected to at least one other item.

    See Also