Enum GridCommandMode
Defines current undo logging context in the grid.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.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. |