Skip to main content

IMessageBoxService.ShowYesNoCancelMessage(String) Method

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

Namespace: DevExpress.XtraSpreadsheet.Services

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

NuGet Package: DevExpress.Spreadsheet.Core

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