alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SaveAction

    Specifies the save action type.

    Inheritance
    System.Object
    SaveAction
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public sealed class SaveAction : Enum

    Fields

    Cancel

    File will not be loaded in EditControl control.

    Declaration
    public const SaveAction Cancel
    Field Value
    Type
    SaveAction

    Discard

    EditControl control changes will not be saved.

    Declaration
    public const SaveAction Discard
    Field Value
    Type
    SaveAction

    Prompt

    Dialogue will open for asking save changes in EditControl control.

    Declaration
    public const SaveAction Prompt
    Field Value
    Type
    SaveAction

    Save

    Changes will be saved if file exit else save dialogue will open in EditControl control.

    Declaration
    public const SaveAction Save
    Field Value
    Type
    SaveAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved