MindFusion.Scheduling for Silverlight Programmer's Guide
IProjectViewModel.CanRedo Property
See Also
 





Gets or sets a value indicating whether there is a command in the redo history which can be redone.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

bool CanRedo { get; }

Visual Basic  Copy Code

ReadOnly Property CanRedo As Boolean

 Property Value

true if there is a command in the undo history that can be redone; otherwise, false.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Silverlight Namespace