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

In This Topic
    PreviousMonthCommand Field (C1Calendar)
    In This Topic
    Defines the command that makes a previous month the month that is currently represented by the control.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly PreviousMonthCommand As C1Command
    public static readonly C1Command PreviousMonthCommand
    Remarks
    This command is executed by the CalendarBase and is implemented by the PreviousMonth method.
    See Also