Method UpdateValue
UpdateValue(Object)
Updates the value of a field in the feature associated with the FieldFormElement.
Declaration
public void UpdateValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value with which to update the Field. |
Remarks
This function expects you to pass at least the correct type of value for the field. After the value is updated, EvaluateExpressionsAsync() should be called in order to update any dependent properties.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |