Skip to main content

IRowData Members

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

#Properties

Name Description
DataObject Gets an object representing a record in the grid’s underlying data source.
RowHandle Gets the processed row’s handle.

#Methods

Name Description
GetFieldValue(String) Gets a value of the specified field within the processed row.
GetFieldValueGeneric<T>(String) Gets a value of the specified field within the processed row.
See Also