Gets a command for changing the first item that this MultiCalendar displays. The command parameter can define how many items 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 ChangeItemCommand { get; }
Visual Basic
Public ReadOnly Property ChangeItemCommand As ICommand
	Get
Visual C++
public:
property ICommand^ ChangeItemCommand {
	ICommand^ get ();
}

See Also