[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands.MoveToToday

MoveToToday Property

MoveToToday

Represents the MoveToToday command, which requests that calendar to move focus and selected date to Today.

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

The requested command. Default key gesture is F5.

Remarks

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.