Back to Devexpress

DiagramControl.MindMapTreeLayoutSubTreeSelector Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-cce7f88f.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public IMindMapSubTreeSelector MindMapTreeLayoutSubTreeSelector { get; set; }
vb
Public Property MindMapTreeLayoutSubTreeSelector As IMindMapSubTreeSelector

Property Value

TypeDescription
DevExpress.Diagram.Core.Layout.IMindMapSubTreeSelector

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

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace