Skip to main content
Tab

RibbonItemDataFields.ToolTipField Property

Gets or sets the data source field which provides ribbon item tooltips.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("ToolTip")]
public virtual string ToolTipField { get; set; }

Property Value

Type Default Description
String "ToolTip"

A string value that specifies the name of the data source field.

Remarks

The ToolTipField property is in effect if the ASPxRibbon control is bound to a data source.

Use the ToolTipField property to specify the bound data source’s data field (or an xml element’s attribute) which stores the tooltips of ribbon items. The ToolTipField property maps the RibbonItemBase.ToolTip properties of items to the specified data field values.

See Also