Back to Devexpress

HierarchicalChartControlBase.ShowToolTips Property

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalchartcontrolbase-992a8405.md

latest1.4 KB
Original Source

HierarchicalChartControlBase.ShowToolTips Property

Gets or sets the value that indicates whether or not tooltips are shown for tree map and sunburst items.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool ShowToolTips { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property ShowToolTips As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show tooltips; otherwise, false.

|

See Also

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace