Enum UndoRedoState
Specifies the undo/redo actions.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum UndoRedoState
Fields
| Name | Description |
|---|---|
| CompositeLogging | Specify the state as CompositeLogging. Its used to perform multiple action in sigle undo or redo operation. |
| Disabled | Disables to log the data in Undo/redo stack. |
| Idle | Enables to log the data in Undo/redo stack. |
| Redoing | Specify the state as Redoing. This should update when perform redo operation. |
| Undoing | Specify the state as Undoing. This should update when perform undo operation. |