Skip to main content

RowEditingEventArgs.Action Property

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
EditingRowAction

An EditingRowAction enumeration value that specifies whether an end-user saved or discarded changed cell values.

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 GridControl and suggest that you use the new DataGridView control instead.

See Also