Skip to main content
A newer version of this page is available.

IEditableRowData Interface

Contains information about the grid’s data row and allows you to modify field values in this row.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public interface IEditableRowData :
    IRowData

The following members return IEditableRowData objects:

Remarks

Use the IEditableRowData.SetFieldValue method to assign a value to the specified field in the currently processed row.

See Also