[]
Represents the MoveToNext command, which requests that calendar to show next calendar dates.
public static RoutedUICommand MoveToNext { get; }
Public Shared ReadOnly Property MoveToNext As RoutedUICommand
Type | Description |
---|---|
RoutedUICommand | The requested command. No default key gesture. |
This command cannot be executed when GcDropDownCalendar.FocusedDate is in the last unit of current display mode. For instance, if control is in Month display mode, when GcDropDownCalendar.FocusedDate is in the month of the GcDropDownCalendar.MaxDate ( default is Dec, 9999 ).
This command is natively supported by GcDropDownCalendar.