Gets or sets a value indicating whether there is a command in the undo history which can be undone.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
bool CanUndo { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property CanUndo As Boolean |
true if there is a command in the undo history that can be undone; otherwise, false.
See Also