Skip to main content

BootstrapRangeSelector.DataSourceField Property

Specifies a source field that provides data for the scale.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("arg")]
public string DataSourceField { get; set; }

Property Value

Type Default Description
String "arg"

A string value specifying the name of the data source field used for the scale.

See Also