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

XtraMessageBox Properties

The message box that supports title bar skinning.
Name Description
AllowCustomLookAndFeel static Gets or sets whether the message box is painted using its own look and feel settings.
AllowHtmlText static Gets or sets whether the HTML text formatting feature is enabled by default in message boxes, displayed using the XtraMessageBox.Show method.
ButtonsAlignment static Gets or sets whether message box buttons are center, left or right aligned. This is a static (Shared in VB) property.
Icons static Provides access to custom XtraMessageBox icons.
RegistryPath static Gets or sets the registry path used to store Visible and DialogResult property values in the registry.
SmartTextWrap static Gets or sets whether the message box width is restricted based on the available working area, and the text is automatically wrapped. This is a static property.
UseSkinPaddings static Gets or sets whether all XtraMessageBoxes should retrieve element paddings from skins.
See Also