[]
Represents the MoveToToday command, which requests that calendar to move focus and selected date to Today.
public static RoutedUICommand MoveToToday { get; }
Public Shared ReadOnly Property MoveToToday As RoutedUICommand
Type | Description |
---|---|
RoutedUICommand | The requested command. Default key gesture is F5. |
This command cannot be executed when Today is out of the range between GcDropDownCalendar.MinDate and GcDropDownCalendar.MaxDate.
This command is natively supported by GcDropDownCalendar.