Skip to main content

IEditableRowData Methods

Contains information about the grid’s data row and allows you to modify field values in this row.
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