Class CurrentAction
Defines types to be used as the CurrentAction.
Inheritance
System.Object
CurrentAction
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CurrentAction : Enum
Fields
Add
Defines the CurrentAction as Add.
Declaration
public const CurrentAction Add
Field Value
Type |
---|
CurrentAction |
Delete
Defines the CurrentAction as Delete.
Declaration
public const CurrentAction Delete
Field Value
Type |
---|
CurrentAction |
Edit
Defines the CurrentAction as Edit.
Declaration
public const CurrentAction Edit
Field Value
Type |
---|
CurrentAction |