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

DXMessageBox Class

A message box that can contain text, buttons, and symbols that inform and instruct the user.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public class DXMessageBox :
    Control

Remarks

Tip

This class is outdated. Use the ThemedMessageBox class to display a message box with DevExpress visual themes support.

The DXMessageBox emulates standard Microsoft Windows message boxes. Use one of the DXMessageBox.Show methods to display a DXMessageBox with the desired text, icon, title and set of buttons. Some of these methods provide even more advanced options, such as which button is initially highlighted or what floating mode the DXMessageBox will use.

DXMessageBoxes fully support application themes. For more information about available themes, please refer to the List of DevExpress WPF Themes topic.

DXMessageBox Collage

See Also