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

DiagramControl.MindMapTreeLayoutSubTreeSelector Property

Gets or sets the IMindMapSubTreeSelector object that allows you to customize the positioning of subtrees. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public IMindMapSubTreeSelector MindMapTreeLayoutSubTreeSelector { get; set; }

Property Value

Type Description
DevExpress.Diagram.Core.Layout.IMindMapSubTreeSelector

An object implementing the DevExpress.Diagram.Core.Layout.IMindMapSubTreeSelector interface.

See Also