RowEditingEventArgs.Action Property
In This Article
Gets whether an end-user has closed a row editor to apply or cancel modified cell values.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public EditingRowAction Action { get; protected set; }
#Property Value
Type | Description |
---|---|
Editing |
An Editing |
Available values:
Name | Description |
---|---|
Apply | Changed cell values are saved when closing a data row in-place editor. |
Cancel | Changed cell values are discarded when closing a data row in-place editor. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also