FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / StartEditing Method
The range to start editing.
Whether to stay in edit mode when the user presses the cursor keys.
Whether to set the focus and select the text in the editor.

In This Topic
    StartEditing Method (C1GridControl)
    In This Topic
    Starts editing a specific cell.
    Syntax
    'Declaration
     
    Public Overridable Function StartEditing( _
       ByVal range As GridControlRange, _
       Optional ByVal fullEdit As Boolean, _
       Optional ByVal focus As Boolean _
    ) As Boolean
    public virtual bool StartEditing( 
       GridControlRange range,
       bool fullEdit,
       bool focus
    )

    Parameters

    range
    The range to start editing.
    fullEdit
    Whether to stay in edit mode when the user presses the cursor keys.
    focus
    Whether to set the focus and select the text in the editor.
    See Also