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

BootstrapRangeSelectorScaleMarker.LabelFormat Property

Formats a value before it is displayed in a scale marker.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapUIWidgetFormat

A BootstrapUIWidgetFormat object specifying formatting settings.

See Also