ToolTipControlInfo.AllowHtmlText Property
Gets or sets whether HTML formatting is supported in tooltips.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
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