IRowData Interface
In This Article
Provides access to the data in a grid’s row.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Related API Members
The following members return IRowData objects:
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
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