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

XtraMessageBox Class

The message box that supports title bar skinning.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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