Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetTooltipSettings.Enabled Property

Specifies whether or not tooltips are enabled.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true if tooltips are enabled; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
BootstrapChart
.SettingsToolTip.Enabled
BootstrapChartBase
.SettingsToolTip.Enabled
BootstrapCoordinateSystemChart
.SettingsToolTip.Enabled
BootstrapPieChart
.SettingsToolTip.Enabled
BootstrapPolarChart
.SettingsToolTip.Enabled
BootstrapSparkline
.SettingsToolTip.Enabled
See Also