menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentEditorAction - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentEditorAction

    Specifies that the appointment editing operation is done when the appointment editor is closing.

    Inheritance
    System.Object
    AppointmentEditorAction
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public sealed class AppointmentEditorAction : Enum

    Fields

    Add

    Specifies that appointment newly added by using the appointment editor.

    Declaration
    public const AppointmentEditorAction Add
    Field Value
    Type
    AppointmentEditorAction

    Cancel

    Specifies that appointment editing canceled by using the appointment editor.

    Declaration
    public const AppointmentEditorAction Cancel
    Field Value
    Type
    AppointmentEditorAction

    Delete

    Specifies that appointment deleted action is done by using the appointment editor.

    Declaration
    public const AppointmentEditorAction Delete
    Field Value
    Type
    AppointmentEditorAction

    Edit

    Specifies that appointment edited by using the appointment editor.

    Declaration
    public const AppointmentEditorAction Edit
    Field Value
    Type
    AppointmentEditorAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved