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

HierarchicalTreeMapItemControl.Text Property

Gets or sets the text that the control uses as the tree map item label.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public string Text { get; set; }

Property Value

Type Description
String

The text that the control provides to tree map item labels.

See Also