ComponentOne Xamarin Edition
StartEditingAsync Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : StartEditingAsync Method
The row index.
The column index.
Whether to stay in edit mode when the user presses
Starts the editing of the specified cell asynchronously.
Syntax
[AsyncStateMachine(C1.Xamarin.Forms.Grid.FlexGrid+d__341)] 
public Task<bool> StartEditingAsync( 
   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

Return Value

true if the editing started.
See Also

Reference

FlexGrid Class
FlexGrid Members