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

IMessageBoxService Methods

A service that enables you to display a custom message box when a runtime error occurs.
Name Description
ShowDataValidationDialog(String, String, DataValidationErrorStyle) Shows the Data Validation message box with the specified message, title bar caption, and style.
ShowMessage(String, String, PortableMessageBoxIcon) Displays a message box with the specified message, title bar caption, and icon.
ShowOkCancelMessage(String) Shows a dialog box to ask the user to confirm an action.
ShowYesNoCancelMessage(String) Shows a message box with the Yes, No and Cancel buttons.
ShowYesNoMessage(String) Shows a dialog box with Yes and No buttons.
See Also