Skip to main content

IEditableRowData Members

Contains information about the grid’s data row and allows you to modify field values in this row.

Properties

Name Description
Item 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) Sets a value to the specified field in the processed row.
See Also