Defines the command that makes a next month the month that is currently represented by the control.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand NextMonthCommand
Visual Basic (Declaration)
Public Shared ReadOnly NextMonthCommand As RoutedCommand

Remarks

This command is executed by the C1CalendarBase and is implemented by the NextMonth()()()() method.

See Also