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

ToolTipControlInfo.AllowHtmlText Property

Gets or sets whether HTML formatting is supported in tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public DefaultBoolean AllowHtmlText { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies whether HTML formatting is supported in tooltips.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

To learn more about HTML formatting, see HTML Text Formatting.

See Also