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

BootstrapRangeSelector.DataSourceField Property

Specifies a source field that provides data for the scale.

Namespace: DevExpress.Web.Bootstrap

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

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