Class FieldFormElement
A form element that defines a field in the feature table.
Implements
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FieldFormElement : FormElement, INotifyPropertyChanged
Remarks
The FieldFormElement specifies a field for display on the form. It can also define the user interface for editing values for the field and Arcade expressions to manage element display and behavior.
Properties
Name | Description |
---|---|
Domain | Gets the domain to apply to this field. |
FieldName | Gets the name of the field associated with this element in the Fields array. |
FieldType | Gets the field type of the field associated with this element in the Fields array. |
FormattedValue | Gets the formatted value for the field specified by FieldName. |
HasValueExpression | Gets a value indicating whether the element has a value expression. |
Hint | Gets the placeholder text that can be applied to text or numeric inputs. |
Input | Gets the input user interface to use for the element. |
IsEditable | Gets a value indicating whether the element is editable. |
IsRequired | Gets a value indicating whether the element is required. |
ValidationErrors | Gets the result of validating Value against the constraints expressed by the Input and the value of IsRequired. |
Value | Gets the attribute value for the field specified by FieldName. |
Methods
Name | Description |
---|---|
UpdateValue(Object) | Updates the value of a field in the feature associated with the FieldFormElement. |
Applies to
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 |