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

BootstrapUIWidgetTooltipSettings.ZIndex Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
public double? ZIndex { get; set; }

Property Value

Type Default
Nullable<Double> *null*

Property Paths

You can access this nested property as listed below:

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