Defines the command that makes a previous 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 PreviousMonthCommand
Visual Basic (Declaration)
Public Shared ReadOnly PreviousMonthCommand As RoutedCommand

Remarks

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

See Also