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


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