[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands.MoveToPrevious

MoveToPrevious Property

MoveToPrevious

Represents the MoveToPrevious command, which requests that calendar to show previous calendar dates.

Declaration
public static RoutedUICommand MoveToPrevious { get; }
Public Shared ReadOnly Property MoveToPrevious As RoutedUICommand
Property Value
Type Description
RoutedUICommand

The requested command. No default key gesture.

Remarks

This command cannot be executed when GcDropDownCalendar.FocusedDate is in the first unit of current display mode. For instance, if control is in Month display mode, when GcDropDownCalendar.FocusedDate is in the month of the GcDropDownCalendar.MinDate ( default is Jan, 0001 ).

This command is natively supported by GcDropDownCalendar.