BaseControl.AllowHtmlTextInToolTip Property
Gets or sets whether HTML formatting is allowed in the control's regular tooltips.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DXCategory("ToolTip")]
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean AllowHtmlTextInToolTip { get; set; }
<DXCategory("ToolTip")>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property AllowHtmlTextInToolTip As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies whether HTML formatting is allowed in the control's regular tooltips. |
Remarks
If the AllowHtmlTextInToolTip property is set to True, you can use HTML tags to format the text for regular tooltips (BaseControl.ToolTip). If the AllowHtmlTextInToolTip property is set to Default, the HTML formatting feature is enabled if a corresponding ToolTipController's ToolTipController.AllowHtmlText property is set to true.
To enable HTML formatting in SuperToolTips, use the SuperToolTip.AllowHtmlText property.
For detailed information see HTML Text Formatting.