ConfirmationType Enum
In This Article
Contains values specifying the confirmation dialog type.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Need
|
User is asked whether to save changes, and can select “Yes”, “No”, or “Cancel”. |
Cancel
|
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