Class 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.
Inheritance
System.Object
SaveOnCloseBehavior
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public sealed class SaveOnCloseBehavior : Enum
Fields
DoNotSave
Do not call Commit.
Declaration
public const SaveOnCloseBehavior DoNotSave
Field Value
| Type |
|---|
| SaveOnCloseBehavior |
PromptBeforeSave
Propmt before calling Commit.
Declaration
public const SaveOnCloseBehavior PromptBeforeSave
Field Value
| Type |
|---|
| SaveOnCloseBehavior |
SaveWithoutPrompt
Call Commit without a prompt.
Declaration
public const SaveOnCloseBehavior SaveWithoutPrompt
Field Value
| Type |
|---|
| SaveOnCloseBehavior |