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

ReportToolbar.ToolTip Property

Overrides the ToolTip property to hide it.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public override string ToolTip { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the WebControl class, because the ToolTip property isn’t appropriate for the ReportToolbar class.

See Also