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

HeadlineSettings.ToolTip Property

Gets or sets the headline’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolTip
ASPxNewsControl
.ItemSettings .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