DiagramOptionsMindMapTreeLayout.SubTreeDefaultSplitMode Property
Specifies the criteria for arranging the mind map branches.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(SubTreeDefaultSplitMode.RootChildrenCount)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SubTreeDefaultSplitMode SubTreeDefaultSplitMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| SubTreeDefaultSplitMode | RootChildrenCount | A SubTreeDefaultSplitMode enumeration value. |
Available values:
| Name |
|---|
| RootChildrenCount |
| TreeNodesCount |
| Breadth |
| Area |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to SubTreeDefaultSplitMode |
|---|---|
| DiagramControl |
|
See Also