Skip to main content
Tab

HeadlineSettings.ToolTip Property

Gets or sets the headline’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

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

Remarks

The tooltip is shown whenever the mouse pointer pauses over the headline. The visibility of tooltips is controlled by the HeadlineSettings.ShowContentInToolTip property.

See Also