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

ConfirmationType Enum

Contains values specifying the confirmation dialog type.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ConfirmationType

Members

Name Description
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