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

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

Syntax

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

See Also