FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlEditEventArgs Class / CancelEdits Property

In This Topic
    CancelEdits Property (GridControlEditEventArgs)
    In This Topic
    Gets a value that determines whether the editing action was canceled.
    Syntax
    'Declaration
     
    Public ReadOnly Property CancelEdits As Boolean
    public bool CancelEdits {get;}
    See Also