BootstrapRangeSelector.SettingsScale Property
Provides access to the Range Selector scale settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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