Skip to main content

BootstrapRangeSelectorScale.EndValue Property

Specifies the end value of the scale.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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