Method EditValue
| Improve this Doc View SourceEditValue<T>(Column<T>, T)
Begins the editing mode and change the data value for specified column.
Declaration
public void EditValue<T>(Column<T> column, T value)
Parameters
Type | Name | Description |
---|---|---|
Column<T> | column | The column. |
T | value | The data value. |
Type Parameters
Name | Description |
---|---|
T | The data type of column. |