ConfirmationType Enum
Contains values specifying the confirmation dialog type.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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