menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UndoRedoState - API Reference

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved