Gets a value indicating whether there is a command in the undo history which can be undone.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool CanUndo { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property CanUndo As Boolean |
true, if the undo queue contains operations that can be undone; otherwise, false.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |