IMessageBoxService.ShowYesNoCancelMessage(String) Method
Shows a message box with the Yes, No and Cancel buttons.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | The text to display in the message box. |
Returns
| Type | Description |
|---|---|
| DevExpress.Portable.PortableDialogResult | The equivalent of the System.Windows.Forms.DialogResult enumeration. Indicates the return value of the message box. |
Remarks
The ShowYesNoCancelMessage method is called when a user invokes the Data Validation dialog for a range with validated and non-validated cells.

See Also