Back to Devexpress

HierarchicalChartControlBase.Text Property

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalchartcontrolbase-080e1f64.md

latest1.8 KB
Original Source

HierarchicalChartControlBase.Text Property

Overrides the Text property.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue("")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides Property Text As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value. Always returns System.String.Empty.

|

Remarks

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

See Also

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace