ColumnView.RowEditCanceled Event
In This Article
Fires after row editing was canceled.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Action")]
public event RowObjectEventHandler RowEditCanceled
#Event Data
The RowEditCanceled event's data class is RowObjectEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Row | Gets the processed row. |
Row |
Gets the row’s handle (position). For the Column |
#Remarks
Users can do the following to discard changes made in all cells in a row/card:
- Press
ESC
twice. - Click the
Cancel
button in the Edit Form. - Click the
Cancel Edit
button in the Data Navigator.
See Also