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

TrackBarProperties.ValueField Property

Gets or sets the data source field that provides values for the editor’s items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the name of the data source field from which the editor obtains item values.

Remarks

If a list editor is data bound, the editor populates its TrackBarProperties.Items collection by retrieving items from the specified data source and obtaining item characteristics (such as item texts, values or tooltips) from specific data fields. Use the ValueField property to specify a data source’s field from which the item values should be obtained.

Note

The ValueField property synchronizes its value with the editor’s ASPxTrackBar.ValueField property.

See Also