MindFusion.Wpf Pack Programmer's Guide
Workbook.UndoEnabled Property
See Also
 





Gets or sets a value indicating whether saving action records for later undo is enabled.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool UndoEnabled { get; set; }

Visual Basic  Copy Code

Public Property UndoEnabled As Boolean

 Property Value

true if undo/redo is enabled; otherwise, false.

 Remarks

To undo the last recorded action, call the Undo method. It can be redone again by calling Redo. Custom operations can be integrated into the Spreadsheet for WPF undo/redo system by deriving from the Command class and running the operations by means of the ExecuteCommand method.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace