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

BootstrapRangeSelectorScale.EndValue Property

Specifies the end value of the scale.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
public virtual object EndValue { get; set; }

Property Value

Type Default Description
Object *null*

An object that specifies the end value.

See Also