Gets or sets a command to go to the previous view (e.g. previous week). This is a dependency property.

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; set; }
Visual Basic
Public Property PreviousCommand As ICommand
	Get
	Set
Visual C++
public:
property ICommand^ PreviousCommand {
	ICommand^ get ();
	void set (ICommand^ value);
}

Remarks

Dependency Property Information
Identifier fieldPreviousCommandProperty
Metadata properties set to trueNone

See Also