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.v21.1.UI.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Never)]
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