Class CommandMode
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 |