Skip to main content

IRowData.DataObject Property

Gets an object representing a record in the grid’s underlying data source.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

object DataObject { get; }

Property Value

Type Description
Object

An object representing a data source record.

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 DataObject property returns an object that is an individual record in a grid’s underlying data source. For example, if a grid’s data source is a collection of Order objects, DataObject will return an Order object.

See Also