Skip to main content

BootstrapRangeSelector.SelectionEnd Property

Gets or sets the selection end value.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Object null

An object specifying the end value of the selected range.

See Also