C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellEditEventArgs Class / CancelEdits Property


In This Topic
CancelEdits Property
In This Topic
Gets a value that determines whether the editing action was canceled.
Syntax
'Declaration
 
Public ReadOnly Property CancelEdits As Boolean
 
'Usage
 
Dim instance As GridCellEditEventArgs
Dim value As Boolean
 
value = instance.CancelEdits
See Also