Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IMessageBoxService.ShowYesNoCancelMessage(String) Method

Shows a message box with the Yes, No and Cancel buttons.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

PortableDialogResult ShowYesNoCancelMessage(
    string message
)

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.

IMessageBoxService.ShowYesNoCancelMessage

See Also