C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / FinishRowEditing(Boolean) Method
if set to true the changes will be cancelled.


In This Topic
FinishRowEditing(Boolean) Method
In This Topic
Finishes the row editing.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.iOS.Grid.FlexGrid/d__346)> 
Public Function FinishRowEditing( _ 
   Optional ByVal cancelEdits As Boolean _ 
) As Task(Of Boolean)
 
'Usage
 
Dim instance As FlexGrid
Dim cancelEdits As Boolean
Dim value As Task(Of Boolean)
 
value = instance.FinishRowEditing(cancelEdits)

Parameters

cancelEdits
if set to true the changes will be cancelled.
See Also