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

RibbonItemBase.ToolTip Property

Gets or sets the item‘s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text displayed within the item’s tooltip.

Remarks

The tooltip is shown whenever the mouse pointer pauses over the item.

Example

ASPxRibbon_ItemTooltip

<dx:RibbonButtonItem Name="Bold" BeginGroup="True" ToolTip="Bold">
     <Image16by16 IconID="format_bold_16x16">
     </Image16by16>
</dx:RibbonButtonItem>
See Also