Method SetValue
| Improve this Doc View SourceSetValue(Object, Boolean)
Sets the data value.
Declaration
public void SetValue(object value, bool beforeEdit = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | The data value. |
| System.Boolean | beforeEdit | Indicates whether should get data value before edit. |