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