DiagramOptionsTreeLayout.SplitMode Property
In This Article
Specifies which diagram items are realigned when performing automatic relayout.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DefaultValue(SplitToConnectedComponentsMode.NonTrivialComponentsOnly)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SplitToConnectedComponentsMode SplitMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Split |
Non |
A Split |
Available values:
Name | Description |
---|---|
All |
Realign all items on the canvas. |
Non |
Realign only items that are connected to at least one other item. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Split |
---|---|
Diagram |
|
See Also