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