Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditingCommands Class / MoveToLast Property


In This Topic
    MoveToLast Property
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToLast command, which requests that the caret move to the end of the last editable field.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MoveToLast As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.MoveToLast
    public static RoutedUICommand MoveToLast {get;}
    Remarks
    The default key gesture for this command is End.
    See Also