Back to Devexpress

ToolTipItem.OwnerAllowHtmlText Property

windowsforms-devexpress-dot-utils-dot-tooltipitem-f1e3cb42.md

latest1.5 KB
Original Source

ToolTipItem.OwnerAllowHtmlText Property

Gets whether HTML tags can be used by the SuperToolTip object (the ToolTipItem owner).

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
public bool OwnerAllowHtmlText { get; protected set; }
vb
<DefaultValue(False)>
<Browsable(False)>
Public Property OwnerAllowHtmlText As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow HTML tags in the SuperToolTip object (the ToolTipItem owner); otherwise, false.

|

See Also

AllowHtmlText

ToolTipItem Class

ToolTipItem Members

DevExpress.Utils Namespace