menu

Blazor

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

    Show / Hide Table of Contents

    Class CurrentAction

    An enum that holds the actions available in scheduler.

    Inheritance
    System.Object
    CurrentAction
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CurrentAction : Enum

    Fields

    Add

    The current action of the scheduler is creating an appointment.

    Declaration
    public const CurrentAction Add
    Field Value
    Type
    CurrentAction

    Cancel

    The current action is Cancel when the popup is canceled.

    Declaration
    public const CurrentAction Cancel
    Field Value
    Type
    CurrentAction

    Delete

    The current action is deleting an appointment.

    Declaration
    public const CurrentAction Delete
    Field Value
    Type
    CurrentAction

    DeleteFollowingEvents

    The current action is deleting the following occurrences of a recurring appointment.

    Declaration
    public const CurrentAction DeleteFollowingEvents
    Field Value
    Type
    CurrentAction

    DeleteOccurrence

    The current action is deleting a single occurrence of a recurring appointment.

    Declaration
    public const CurrentAction DeleteOccurrence
    Field Value
    Type
    CurrentAction

    DeleteSeries

    The current action is deleting the entire series of a recurring appointment.

    Declaration
    public const CurrentAction DeleteSeries
    Field Value
    Type
    CurrentAction

    EditFollowingEvents

    The current action is editing the following occurrences of a recurring appointment.

    Declaration
    public const CurrentAction EditFollowingEvents
    Field Value
    Type
    CurrentAction

    EditOccurrence

    The current action is editing a single occurrence of a recurring appointment.

    Declaration
    public const CurrentAction EditOccurrence
    Field Value
    Type
    CurrentAction

    EditSeries

    The current action is editing the entire series of a recurring appointment.

    Declaration
    public const CurrentAction EditSeries
    Field Value
    Type
    CurrentAction

    Save

    The current action of the scheduler is editing an appointment.

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