Skip to main content
Tab

TrackBarProperties.ToolTipField Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

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 ToolTipField property to specify a data source’s field from which the item tooltips should be obtained.

Note

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

See Also