Messaging.Show(String, String) Method
Displays a message box.
Namespace: DevExpress.ExpressApp.Win.Core
Assembly: DevExpress.ExpressApp.Win.v25.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| caption | String | A string, which is the message box caption. |
| message | String | A string, which is the text displayed within the message box. |
Returns
| Type | Description |
|---|---|
| DialogResult | A DialogResult enumeration value, which indicates the user choice made within the message box. |
Remarks
This method uses the XtraMessageBox.Show method, to display a message box. To change this behavior, override the protected ShowCore method in a custom Messaging descendant (see How to: Implement a Custom Messaging Class) topic. The Messaging.ConfirmationDialogClosed event is triggered within this method, after the message box is closed.