DiagramOptionsMindMapTreeLayout.SubTreeSelector Property
Gets or sets the IMindMapSubTreeSelector object that allows you to customize the positioning of subtrees.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual IMindMapSubTreeSelector SubTreeSelector { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DevExpress.Diagram.Core.Layout.IMindMapSubTreeSelector | null | An object implementing the DevExpress.Diagram.Core.Layout.IMindMapSubTreeSelector interface. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to SubTreeSelector |
|---|---|
| DiagramControl |
|
See Also