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

HierarchicalChartControlBase.Text Property

Overrides the Text property.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
public override string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value. Always returns Empty.

Remarks

This property is intended to hide the corresponding property of the Control class.

See Also