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

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