Skip to main content

ReportToolbarButton.ToolTip Property

Gets or sets the current toolbar button’s tooltip text.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatBehavior)]
public string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string value which specifies the text content of the current toolbar button’s tooltip.

Remarks

Use the ToolTip property to define a tooltip text for an individual toolbar button. If a string is assigned to a toolbar button’s ToolTip property, the tooltip is shown whenever the mouse cursor pauses over the button. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also