Enum SaveAction
Specifies the save action type.
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public enum SaveAction
Fields
| Name | Description |
|---|---|
| Cancel | File will not be loaded in EditControl control. |
| Discard | EditControl control changes will not be saved. |
| Prompt | Dialogue will open for asking save changes in EditControl control. |
| Save | Changes will be saved if file exit else save dialogue will open in EditControl control. |