Skip to main content
A newer version of this page is available. .
All docs
V22.1

ColumnView.RowEditCanceled Event

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.1.dll

NuGet Package: DevExpress.Win.Grid

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.
RowHandle Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs.
See Also