Back to Devexpress

DiagramOptionsOrgChartLayout.SplitMode Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsorgchartlayout.md

latest2.1 KB
Original Source

DiagramOptionsOrgChartLayout.SplitMode Property

Specifies which diagram items are rearranged by the org chart layout algorithm.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(SplitToConnectedComponentsMode.NonTrivialComponentsOnly)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SplitToConnectedComponentsMode SplitMode { get; set; }
vb
<DefaultValue(SplitToConnectedComponentsMode.NonTrivialComponentsOnly)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property SplitMode As SplitToConnectedComponentsMode

Property Value

TypeDefaultDescription
SplitToConnectedComponentsModeNonTrivialComponentsOnly

A DevExpress.Diagram.Core.Layout.SplitToConnectedComponentsMode enumeration value.

|

Available values:

NameDescription
AllComponents

Realign all items on the canvas.

| | NonTrivialComponentsOnly |

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitMode
DiagramControl

.OptionsOrgChartLayout .SplitMode

|

See Also

DiagramOptionsOrgChartLayout Class

DiagramOptionsOrgChartLayout Members

DevExpress.XtraDiagram.Options Namespace