Skip to main content

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

NuGet Package: DevExpress.XamarinForms.Grid

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