Back to Devexpress

RibbonItemBase.ToolTip Property

aspnet-devexpress-dot-web-dot-ribbonitembase-30afa7d2.md

latest1.6 KB
Original Source

RibbonItemBase.ToolTip Property

Gets or sets the item‘s tooltip text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string ToolTip { get; set; }
vb
<DefaultValue("")>
Public Overridable Property ToolTip As String

Property Value

TypeDefaultDescription
StringString.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

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

See Also

Ribbon

RibbonItemBase Class

RibbonItemBase Members

DevExpress.Web Namespace