Gets a command for moving to the first ScheduleItem prior to the start of this view.

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

Syntax

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

See Also