Skip to main content

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

NuGet Package: 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