ComponentOne Xamarin.iOS
CancelEdits Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellEditEventArgs Class : CancelEdits Property
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
public bool CancelEdits {get;}
See Also

Reference

GridCellEditEventArgs Class
GridCellEditEventArgs Members