Skip to main content

BootstrapRangeSelector.SelectionStart Property

Gets or sets the selection start value.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Object null

An object specifying the start value of the selected range.

See Also