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


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