menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UndoRedoState - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UndoRedoState

    Specifies the undo/redo actions.

    Inheritance
    System.Object
    UndoRedoState
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved