Skip to main content

BootstrapRangeSelector.Value Property

Gets or sets the selected range.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public virtual Tuple<object, object> Value { get; set; }

Property Value

Type Description
Tuple<Object, Object>

A tuple specifying the starting and ending values of the selected range.

See Also