A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("arg")>
Public Property DataSourceField As String
Property Value
Type | Default | Description |
---|---|---|
String | "arg" |
A string value specifying the name of the data source field used for the scale. |
See Also
Feedback