ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / StartEditing Method / StartEditing(Boolean) Method
Whether to stay in edit mode when the user presses the cursor keys.

In This Topic
    StartEditing(Boolean) Method
    In This Topic
    Starts editing the cell that is currently selected.
    Syntax
    'Declaration
     
    
    Public Overloads Function StartEditing( _
       ByVal fullEdit As Boolean _
    ) As Boolean
    public bool StartEditing( 
       bool fullEdit
    )

    Parameters

    fullEdit
    Whether to stay in edit mode when the user presses the cursor keys.

    Return Value

    True if the grid entered edit mode.
    Remarks

    For more details on the effects of the fullEdit parameter, see the StartEditing(Boolean,Int32,Int32) method.

    For more details on advanced editing features such as auto-complete, list selection, and data-mapped columns, see the ColumnValueConverter class.

    See Also