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


In This Topic
    MoveToEnd Property
    In This Topic
    Represents the MoveToEnd command, which requests that calendar to move focus date to the end of last item in the current view of the calendar.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MoveToEnd As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = CalendarCommands.MoveToEnd
    public static RoutedUICommand MoveToEnd {get;}

    Property Value

    The requested command. No default key gesture.
    Remarks

    This command is natively supported by GcDropDownCalendar.

    See Also