IEditableRowData Interface
In This Article
Contains information on a grid’s row and allows you to modify field values in this row.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Related API Members
The following members return IEditableRowData objects:
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Use the IEditableRowData.SetFieldValue method to assign a value to the specified field in the currently processed row.
See Also