A newer version of this page is available.
Switch to the current version.
BootstrapRangeSelector.SelectionStart Property
Gets or sets the selection start value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual object SelectionStart { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property SelectionStart As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object specifying the start value of the selected range. |
See Also
Feedback