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.v21.2.dll

NuGet Package: DevExpress.Web

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.

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