Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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
.OptionsMindMapTreeLayout.SubTreeSelector
See Also