Skip to main content
A newer version of this page is available.

IRowData Members

Provides access to the grid’s row data.

Properties

Name Description
Item Gets an object that represents a record in the grid’s underlying data source.
RowHandle Gets the grid’s row handle.

Methods

Name Description
CanGetFieldValue(String)
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