Skip to main content

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