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

SuperToolTip.OwnerAllowHtmlText Property

Gets whether the tooltip controller allows you to use the HTML tags to format the text in this tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool OwnerAllowHtmlText { get; protected set; }

Property Value

Type Default Description
Boolean **false**

true if the tooltip controller allows you to use the HTML tags to format the text in this tooltip; otherwise, false.

Remarks

Use the following properties to enable HTML tags in tooltips:

See Also