Skip to main content
Tab

TrackBarProperties.TextField Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string TextField { 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 texts.

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 item texts, values or tooltips) from specific data fields. Use the TextField property to specify a data source’s field from which the item texts should be obtained.

Note

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

See Also