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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
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