EditValuesContainer.RowData Property
Gets an object that contains information on the currently edited row.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
IRowData | An object implementing the IRowData interface. |
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.
The IRowData.RowHandle property returns the edited row handle. To obtain an object representing a record in the grid’s underlying data source, use the IRowData.DataObject property. To get a value in the specified field, use the IRowData.GetFieldValue method.
See Also