Back to Devexpress

RowEditMode Enum

xamarin-devexpress-dot-mobile-dot-datagrid-6025ad5d.md

latest2.0 KB
Original Source

RowEditMode Enum

Lists values that specify the GridControl’s editing mode.

Namespace : DevExpress.Mobile.DataGrid

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

Declaration

csharp
public enum RowEditMode
vb
Public Enum RowEditMode

Members

NameDescription
Inplace

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

| | Popup |

Cell values are edited via the popup edit form.

| | GridArea |

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

| | 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.

|

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

DevExpress.Mobile.DataGrid Namespace