A newer version of this page is available.
Switch to the current version.
ToolTipItem.AllowHtmlText Property
Gets or sets whether HTML formatting is allowed for the item's text (ToolTipItem.Text).
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowHtmlText { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowHtmlText As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies whether HTML formatting is allowed in the tooltip. |
Remarks
You can use HTML tags to format text in ToolTipItems specified by the ToolTipItem.Text property, provided that a corresponding feature is enabled.
If the AllowHtmlText property is set to True, the HTML formatting feature is enabled for this ToolTipItem. If the AllowHtmlText property is set to Default, the HTML formatting is controlled by the SuperToolTip.AllowHtmlText property value.
For detailed information on supported HTML tags, see HTML Text Formatting.
See Also
Feedback