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

ToolTipController.AllowHtmlText Property

Gets or sets whether HTML formatting tags can be used to format text in tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowHtmlText { get; set; }

Property Value

Type Default Description
Boolean **false**

A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.

Remarks

You can use the AllowHtmlText property to enable HTML formatting in all tooltips in a centralized way. To enable HTML formatting in regular tooltips for specific controls, use the BaseControl.AllowHtmlTextInToolTip property. The SuperToolTip.AllowHtmlText property allows you to enable HTML formatting for specific SuperToolTips.

To learn more about HTML formatting, see HTML Text Formatting.

See Also