Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win.Navigation

#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