Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    Denotes the current action of the scheduler is appointment creation.

    Declaration
    public const CurrentAction Add
    Field Value
    Type Description
    CurrentAction

    Delete

    Denotes the current action is deleting the appointment.

    Declaration
    public const CurrentAction Delete
    Field Value
    Type Description
    CurrentAction

    DeleteFollowingEvents

    Denotes the current action is deleting the following appointments in a recurrence.

    Declaration
    public const CurrentAction DeleteFollowingEvents
    Field Value
    Type Description
    CurrentAction

    DeleteOccurrence

    Denotes the current action is deleting single occurrence of a recurrence.

    Declaration
    public const CurrentAction DeleteOccurrence
    Field Value
    Type Description
    CurrentAction

    DeleteSeries

    Denotes the current action is deleting the entire series of recurrence appointment.

    Declaration
    public const CurrentAction DeleteSeries
    Field Value
    Type Description
    CurrentAction

    EditFollowingEvents

    Denotes the current action is editing the following appointments in a recurrence.

    Declaration
    public const CurrentAction EditFollowingEvents
    Field Value
    Type Description
    CurrentAction

    EditOccurrence

    Denotes the current action is editing single occurrence of a recurrence.

    Declaration
    public const CurrentAction EditOccurrence
    Field Value
    Type Description
    CurrentAction

    EditSeries

    Denotes the current action is editing the entire series of recurrence appointment.

    Declaration
    public const CurrentAction EditSeries
    Field Value
    Type Description
    CurrentAction

    Save

    Denotes the current action of the scheduler is editing the appointment.

    Declaration
    public const CurrentAction Save
    Field Value
    Type Description
    CurrentAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved