Skip to main content
All docs
V19.1

EditingRowAction Enum

Lists values that specify whether a user saved or discarded a cell value modified in the in-place editor.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public enum EditingRowAction

Members

Name Description
Apply

A changed cell value is saved after a user has closed an in-place editor.

Cancel

A changed cell value is discarded after a user has closed an in-place editor.

Related API Members

The following properties accept/return EditingRowAction values:

Remarks

The Action parameter of the DataGridView.EndRowEdit event returns the EditingRowAction enumeration value.

See Also