alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved