Gets a command for changing the first month that this MultiCalendar displays. The command parameter can define how many months to shift.

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

Syntax

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

See Also