RowEditMode Enum
Lists values that specify the GridControl’s editing mode.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Members
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. |
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.