Skip to main content

ToolbarCustomDropDownBase.TooltipField Property

Gets or sets the name of a data field which provides tooltip texts for items within a toolbar item.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.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 required data source field.

Remarks

If a toolbar item is data bound (via the ToolbarCustomDropDownBase.DataSource or ToolbarCustomDropDownBase.DataSourceID property), the item populates its Items collection by retrieving items from the specified data source and obtaining item characteristics (such item texts, values or displayed images) from specific data fields. Use the TooltipField property to specify a data source’s field from which the item tooltips should be obtained.

See Also