Skip to main content

IRowData Interface

Provides access to the data in a grid’s row.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public interface IRowData

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 IRowData object’s IRowData.DataObject property to get an object representing a data source’s record to which the grid’s row corresponds. To get a value of the specified field in the row, call the IRowData.GetFieldValue method.

See Also