Class GridCommandMode
Defines current undo logging context in the grid.
Inheritance
System.Object
GridCommandMode
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCommandMode : Enum
Fields
Recording
Grid is recording commands. This is the default state.
Declaration
public const GridCommandMode Recording
Field Value
Type |
---|
GridCommandMode |
Redo
Grid is currently in process of redoing commands. Redo() will set initialize and reset this state.
Declaration
public const GridCommandMode Redo
Field Value
Type |
---|
GridCommandMode |
Rollback
Grid is currently in process of rolling back commands. Rollback() will set initialize and reset this state.
Declaration
public const GridCommandMode Rollback
Field Value
Type |
---|
GridCommandMode |
Undo
Grid is currently in process of undoing commands. Undo() will set initialize and reset this state.
Declaration
public const GridCommandMode Undo
Field Value
Type |
---|
GridCommandMode |