Skip to main content

BootstrapRangeSelector.SettingsScale Property

Provides access to the Range Selector scale settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapRangeSelectorScale SettingsScale { get; }

Property Value

Type Description
BootstrapRangeSelectorScale

A BootstrapRangeSelectorScale object that contains scale settings.

See Also