Skip to main content

ToolTipControlInfo.AllowHtmlText Property

Gets or sets whether HTML formatting is supported in tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

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

See Also