menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridCommandMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridCommandMode

    Defines current undo logging context in the grid.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridCommandMode

    Fields

    Name Description
    Recording

    Grid is recording commands. This is the default state.

    Redo

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

    Rollback

    Grid is currently in process of rolling back commands. Rollback() will set initialize and reset this state.

    Undo

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

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