IEditableRowData Members
Contains information on a grid’s row and allows you to modify field values in this row.Properties
Name | Description |
---|---|
DataObject | Gets an object representing a record in the grid’s underlying data source. Inherited from IRowData. |
RowHandle | Gets the processed row’s handle. Inherited from IRowData. |
Methods
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