Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActionType

    An enumeration that holds the scheduler actions.

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

    Fields

    DateNavigate

    Denotes the scheduler date change.

    Declaration
    public const ActionType DateNavigate
    Field Value
    Type Description
    ActionType

    EventChange

    Denotes the changes in appointment.

    Declaration
    public const ActionType EventChange
    Field Value
    Type Description
    ActionType

    EventCreate

    Denotes the appointment creation.

    Declaration
    public const ActionType EventCreate
    Field Value
    Type Description
    ActionType

    EventRemove

    Denotes the appointment deletion.

    Declaration
    public const ActionType EventRemove
    Field Value
    Type Description
    ActionType

    ResourceCollapse

    Denotes the resource collapse.

    Declaration
    public const ActionType ResourceCollapse
    Field Value
    Type Description
    ActionType

    ResourceExpand

    Denotes the resource expansion.

    Declaration
    public const ActionType ResourceExpand
    Field Value
    Type Description
    ActionType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ViewNavigate

    Denotes the scheduler view change.

    Declaration
    public const ActionType ViewNavigate
    Field Value
    Type Description
    ActionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved