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 Class

The message box that supports title bar skinning.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DxHtmlTargetType("XtraMessageBox", typeof(XtraMessageBoxHtmlServiceProvider))]
public static class XtraMessageBox

#Remarks

To display a message box, call the static XtraMessageBox.Show method. The message box’s look and feel settings, title, text, buttons, icon and sound are determined by parameters that you pass to this method.

See XtraMessageBox article for more information.

#Inheritance

Object
XtraMessageBox
See Also