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

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if HTML tags can be used to format text in tooltips; otherwise, false.

Remarks

Use the following properties to enable HTML tags in tooltips:

See Also