Enum CommandMode
Defines the transaction mode in SfSpreadsheet.
Namespace: Syncfusion.UI.Xaml.Spreadsheet.History
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public enum CommandMode
Fields
| Name | Description |
|---|---|
| Redo | SfSpreadsheet is currently in process of redoing commands. Redo() will set initialize and reset this state. |
| Undo | SfSpreadsheet is currently in process of undoing commands. Undo() will set initialize and reset this state. |