Back to Devexpress

GridControl.RowEditMode Property

xamarin-devexpress-dot-mobile-dot-datagrid-dot-gridcontrol-e189684e.md

latest2.4 KB
Original Source

GridControl.RowEditMode Property

Specifies whether the grid invokes an in-place editor or edit form when an end-user starts to edit a data cell or add a new row.

Namespace : DevExpress.Mobile.DataGrid

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

Declaration

csharp
[XtraSerializableProperty]
public RowEditMode RowEditMode { get; set; }
vb
<XtraSerializableProperty>
Public Property RowEditMode As RowEditMode

Property Value

TypeDescription
RowEditMode

A RowEditMode enumeration value.

|

Available values:

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.

|

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.

Use the RowEditMode property to set one of the available row edit modes for a grid.

See Also

GridControl Class

GridControl Members

DevExpress.Mobile.DataGrid Namespace