Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public static bool AllowHtmlText { get; set; }

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.

See Also