xamarin-devexpress-dot-mobile-dot-datagrid-6025ad5d.md
Lists values that specify the GridControl’s editing mode.
Namespace : DevExpress.Mobile.DataGrid
Assembly : DevExpress.Mobile.Grid.v18.2.dll
public enum RowEditMode
Public Enum RowEditMode
| Name | Description |
|---|---|
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:
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