Skip to main content

EditingRowAction Enum

Lists values specifying whether cell values modified via an in-place editor are saved or discarded.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public enum EditingRowAction

Members

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.

Related API Members

The following properties accept/return EditingRowAction values:

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.

Values listed by the EditingRowAction enumeration are returned by the RowEditingEventArgs.Action property, which is exposed via the GridControl.EndRowEdit event’s parameter.

See Also