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

In This Topic
    NextMonthCommand Field (C1Calendar)
    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 C1Command
    public static readonly C1Command NextMonthCommand
    Remarks
    This command is executed by the CalendarBase and is implemented by the NextMonth method.
    See Also