Defines the command that navigates control by the specified months number.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)

Syntax

C#
public static readonly C1Command NavigateCommand
Visual Basic
Public Shared ReadOnly NavigateCommand As C1Command

Remarks

This command is executed by the C1Calendar and is implemented by the Navigate(Int32) method.

Command parameter: an integer number, that is passed as a parameter to the Navigate(Int32) method.

See Also