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.1.dll

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

Declaration

[DefaultValue(false)]
[Browsable(false)]
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