A command that can be sent to the Scheduler to switch it into week view.

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

Syntax

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

See Also