Enum SaveOnCloseBehavior
Defines the constants that specify the SaveOnClose behavior on how IScheduleDataProvider.Commit will be called when the toplevel Form holding the ScheduleControl is closed.
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public enum SaveOnCloseBehavior
Fields
Name | Description |
---|---|
DoNotSave | Do not call Commit. |
PromptBeforeSave | Propmt before calling Commit. |
SaveWithoutPrompt | Call Commit without a prompt. |