Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarCommands Class / MoveToNext Property


In This Topic
    MoveToNext Property
    In This Topic
    Represents the MoveToNext command, which requests that calendar to show next calendar dates.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MoveToNext As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = CalendarCommands.MoveToNext
    public static RoutedUICommand MoveToNext {get;}

    Property Value

    The requested command. No default key gesture.
    Remarks

    This command cannot be executed when GcDropDownCalendar.FocusedDate is in the last unit of current display mode. For instance, if control is in CalendarMode.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.

    See Also