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


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