Skip to main content

XtraMessageBox Class

The message box that supports title bar skinning.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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