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


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