IEditableRowData Interface
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
public interface IEditableRowData :
IRowData
Public Interface IEditableRowData
Inherits IRowData
Related API Members
The following members accept/return IEditableRowData objects:
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 IEditableRowData.SetFieldValue method to assign a value to the specified field in the currently processed row.
See Also
Feedback