ComponentOne Xamarin Edition
StartEditing Method (FlexGrid)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : StartEditing Method
The row index.
The column index.
Whether to stay in edit mode when the user presses the cursor keys.
Starts editing a specific cell.
Syntax
public override bool StartEditing( 
   int row,
   int col,
   bool fullEdit
)

Parameters

row
The row index.
col
The column index.
fullEdit
Whether to stay in edit mode when the user presses the cursor keys.
Remarks
If the editing couldn't start synchronously this call will return false. Consider using StartEdiringAsync to wait for the result when the row-editing is performed asynchronously in the collection view.
See Also

Reference

FlexGrid Class
FlexGrid Members