Enum CurrentAction
Denotes possible actions that can currently be performed on tasks.
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CurrentAction
Remarks
CurrentAction lists potential operations such as adding, editing, or removing tasks.
Fields
| Name | Description |
|---|---|
| Add | Represents an action to add a task. |
| Delete | Represents an action to delete a task. |
| Edit | Represents an action to edit a task. |