Skip to main content

MessageResult Enum

Lists possible MessageBox results.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum MessageResult

Members

Name Description
None

The message box returns no result.

OK

The result value of the message box is OK.

Cancel

The result value of the message box is Cancel.

Yes

The result value of the message box is Yes.

No

The result value of the message box is No.

See Also