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

IEditableRowData Members

Properties

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

Methods

Name Description
CanGetFieldValue(String) Inherited from IRowData.
GetFieldValue(String) Gets a value of the specified field within the processed row. Inherited from IRowData.
GetFieldValueGeneric<T>(String) Gets a value of the specified field within the processed row. Inherited from IRowData.
SetFieldValue(String, Object)
See Also