RibbonItemBase.ToolTip Property
In This Article
Gets or sets the item‘s tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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
<dx:RibbonButtonItem Name="Bold" BeginGroup="True" ToolTip="Bold">
<Image16by16 IconID="format_bold_16x16">
</Image16by16>
</dx:RibbonButtonItem>
See Also