XtraDialog.AllowHtmlText Property
Gets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the HTML text formatting feature is enabled for dialog captions; otherwise, false. |
Remarks
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.