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