GridControlBase.RowCanceled Event
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The RowCanceled event's data class is RowEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Row | Gets the processed row. |
RowHandle | Gets the processed row’s handle. |
Source | Gets the grid that raised the event. |
See Also