Class UndoRedoState
Specifies the undo/redo actions.
Inheritance
System.Object
UndoRedoState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class UndoRedoState : Enum
Fields
CompositeLogging
Specify the state as CompositeLogging. Its used to perform multiple action in sigle undo or redo operation.
Declaration
public const UndoRedoState CompositeLogging
Field Value
Type |
---|
UndoRedoState |
Disabled
Disables to log the data in Undo/redo stack.
Declaration
public const UndoRedoState Disabled
Field Value
Type |
---|
UndoRedoState |
Idle
Enables to log the data in Undo/redo stack.
Declaration
public const UndoRedoState Idle
Field Value
Type |
---|
UndoRedoState |
Redoing
Specify the state as Redoing. This should update when perform redo operation.
Declaration
public const UndoRedoState Redoing
Field Value
Type |
---|
UndoRedoState |
Undoing
Specify the state as Undoing. This should update when perform undo operation.
Declaration
public const UndoRedoState Undoing
Field Value
Type |
---|
UndoRedoState |