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


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