ToolTipControlInfo.AllowHtmlText Property
Gets or sets whether HTML formatting is supported in tooltips.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
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. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Remarks
To learn more about HTML formatting, see HTML Text Formatting.
See Also