menu

Document Processing

CommandMode Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    CommandMode Class

    Defines the transaction mode in SfSpreadsheet.

    Inheritance
    System.Object
    CommandMode
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.History
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public sealed class CommandMode : Enum

    Fields

    Redo

    SfSpreadsheet is currently in process of redoing commands. Redo() will set initialize and reset this state.

    Declaration
    public const CommandMode Redo
    Field Value
    Type
    CommandMode

    Undo

    SfSpreadsheet is currently in process of undoing commands. Undo() will set initialize and reset this state.

    Declaration
    public const CommandMode Undo
    Field Value
    Type
    CommandMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved