Skip to main content

BootstrapRangeSelectorScaleLabel.Format Property

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

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

A BootstrapUIWidgetFormat object specifying formatting settings.

See Also