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

ASPxHeadline.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 ASPxHeadline.ToolTip property.

Remarks

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

See Also