windowsforms-devexpress-dot-xtraeditors-dot-xtradialog.md
Gets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public static bool AllowHtmlText { get; set; }
Public Shared Property AllowHtmlText As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the HTML text formatting feature is enabled for dialog captions; otherwise, false.
|
Specific XtraDialog.Show method overloads provide the allowHtmlText parameter, which specifies whether HTML tags can be used to format a dialog’s caption. The XtraDialog.Show method overloads that don’t provide this parameter use the default setting specified by the static AllowHtmlText property.
Note
HTML text formatting of dialog captions is only in effect when the form title bar skinning feature is enabled. See the Skins document to learn more.
See Also