Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    public bool CancelEdits {get;}
    See Also