Skip to main content

BootstrapRangeSelector.SelectionStartString Property

Specifies a string value that is the end value of the selected range.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
[DefaultValue("")]
public string SelectionStartString { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the end value of the selected range.

See Also