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





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

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

bool UndoEnabled { get; set; }

Visual Basic  Copy Code

Property UndoEnabled As Boolean

 Property Value

true to enable undo and redo; false, to disable it.

 Remarks

Setting this property to false will purge the current undo history.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Wpf Namespace