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

ToolTipItem.OwnerAllowHtmlText Property

Gets whether the SuperToolTip object (the ToolTipItem owner) allows using HTML tags.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
public bool OwnerAllowHtmlText { get; protected set; }

Property Value

Type Default Description
Boolean **false**

true, if the SuperToolTip object (the ToolTipItem owner) allows using HTML tags.; otherwise, false.

See Also