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

HeadlineSettings.ShowContentInToolTip Property

Gets or sets whether the headline’s tooltip displays the full content, if it’s clipped within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowContentInToolTip { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the full headline’s content within a tooltip; false, if the tooltip’s text is specified by the HeadlineSettings.ToolTip property.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowContentInToolTip
ASPxNewsControl
.ItemSettings.ShowContentInToolTip

Remarks

The headline’s tooltip is specified by the HeadlineSettings.ToolTip property. If the headline’s content is clipped (its length exceeds the maximum length specified by the HeadlineSettings.MaxLength property) and the ShowContentInToolTip property is set to true, the tooltip displays the full headline’s content instead.

See Also