Back to Devexpress

ConfirmationType Enum

expressappframework-devexpress-dot-expressapp-584696ec.md

latest1.3 KB
Original Source

ConfirmationType Enum

Contains values specifying the confirmation dialog type.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum ConfirmationType
vb
Public Enum ConfirmationType

Members

NameDescription
NeedSaveChanges

User is asked whether to save changes, and can select “Yes”, “No”, or “Cancel”.

| | CancelChanges |

User is asked whether to cancel changes, and can select “Yes” or “No”.

|

Remarks

The ConfirmationType enumeration values are passed to the XafApplication.AskConfirmation and WinApplication.AskConfirmation methods.

See Also

DevExpress.ExpressApp Namespace