Skip to main content

RowEditMode Enum

Lists values that specify the GridControl’s editing mode.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public enum RowEditMode

Members

Name Description
Inplace

Cell values are edited within the in-line edit row.

RowEditMode_Inplace_iOS

Popup

Cell values are edited via the popup edit form.

RowEditMode_Popup_iOS

GridArea

Cell values are edited via an edit form displayed over the entire grid area.

RowEditMode_FullScreen_iOS

ScreenArea

Cell values are edited via an edit form placed on a separate NavigationPage and displayed in the full screen mode with the navigation bar at the top.

RowEditMode_FullScreenWithNavigationBar_iOS

Related API Members

The following properties accept/return RowEditMode 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 this enumeration are used to set the GridControl.RowEditMode property value.

See Also