HierarchicalChartControlBase.Text Property
In This Article
Overrides the Text property.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.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. |
A String value. Always returns |
#Remarks
This property is intended to hide the corresponding property of the Control class.
See Also