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


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