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

BootstrapRangeSelector.SelectionEnd Property

Gets or sets the selection end value.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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