Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool ShowToolTips { get; set; }

Property Value

Type Default Description
Boolean true

true, to show tooltips; otherwise, false.

See Also