A command that can be sent to the Scheduler to switch it into single-day view.

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

Syntax

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

See Also