Gets a command for moving to the previous block (e.g. previous week).

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ICommand PreviousCommand { get; }
Visual Basic
Public ReadOnly Property PreviousCommand As ICommand
	Get
Visual C++
public:
property ICommand^ PreviousCommand {
	ICommand^ get ();
}

See Also