Enum GanttUndoRedoAction
Specifies the actions that can be performed for undo and redo operations.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum GanttUndoRedoAction
Remarks
This enumeration defines the various types of actions that may be recorded as undo or redo steps. Typical actions include sorting, column operations, editing, zoom operations, and more.
Fields
| Name | Description |
|---|---|
| Add | Represents a record addition action. |
| Collapse | Represents a collapse action performed on a record. |
| ColumnFreeze | Represents a column freeze or unfreeze action. |
| ColumnReorder | Represents a column reorder action. |
| ColumnResize | Represents a column resize action. |
| ColumnState | Represents a column visibility change action. |
| Delete | Represents a record deletion action. |
| Edit | Represents a record edit action. |
| Expand | Represents an expand action performed on a record. |
| Filter | Represents a filter or clear filter action applied to column values. |
| Indent | Represents an indent action applied to a record. |
| NextTimeSpan | Represents a navigation to the next time span. |
| Outdent | Represents an outdent action applied to a record. |
| PreviousTimeSpan | Represents a navigation to the previous time span. |
| RowDragAndDrop | Represents a row drag-and-drop action. |
| Search | Represents a search or clear search text action. |
| Sort | Represents a sorting action performed on the records. |
| SplitterResize | Represents a splitter resize action. |
| TaskbarDragAndDrop | Represents a taskbar drag-and-drop action. |
| TaskbarEdit | Represents taskbar-related edits such as resizing, dragging, progress updates, and connector line modifications. |
| ZoomIn | Represents a zoom-in action. |
| ZoomOut | Represents a zoom-out action. |
| ZoomToFit | Represents a zoom-to-fit action. |