Skip to main content

ToolTipItem.OwnerAllowHtmlText Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
Boolean false

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

See Also