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

BootstrapRangeSelector.SettingsScale Property

Provides access to the Range Selector scale settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapRangeSelectorScale

A BootstrapRangeSelectorScale object that contains scale settings.

See Also