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

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

Declaration

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