Skip to main content

IEditableRowData Methods

Contains information on a grid’s row and allows you to modify field values in this row.
Name Description
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