Skip to main content

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

The following members 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