Skip to main content

HierarchicalChartControlBase.Text Property

Overrides the Text property.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

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