Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / NextMonthCommand Field

In This Topic
    NextMonthCommand Field
    In This Topic
    Defines the command that makes a next month the month that is currently represented by the control.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NextMonthCommand As RoutedCommand
    public static readonly RoutedCommand NextMonthCommand
    Remarks
    This command is executed by the CalendarBase and is implemented by the NextMonth method.
    See Also