Skip to main content

BootstrapChartTooltipSettings.Format Property

Formats the value before it will be displayed in the tooltip.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapUIWidgetFormat Format { get; }

Property Value

Type Description
BootstrapUIWidgetFormat

An object of the BootstrapUIWidgetFormat class.

Property Paths

You can access this nested property as listed below:

Object Type Path to Format
BootstrapChartBase
.SettingsToolTip .Format

Remarks

For more information on standard format strings, refer to the Format Specifiers document.

See Also