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 Field
Properties
Name | Description |
---|---|
Domain | Gets the domain to apply to this field. |
Field |
Gets the name of the field associated with this element in the Fields array. |
Field |
Gets the field type of the field associated with this element in the Fields array. |
Formatted |
Gets the formatted value for the field specified by Field |
Has |
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. |
Is |
Gets a value indicating whether the element is editable. |
Is |
Gets a value indicating whether the element is required. |
Validation |
Gets the result of validating Value against the constraints expressed by the
Input and the value of Is |
Value | Gets the attribute value for the field specified by Field |
Methods
Name | Description |
---|---|
Update |
Updates the value of a field in the feature associated with the Field |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.6 |
.NET | 200.4 - 200.6 |
.NET Windows | 200.4 - 200.6 |
.NET Android | 200.4 - 200.6 |
.NET iOS | 200.4 - 200.6 |
.NET Framework | 200.4 - 200.6 |
UWP | 200.4 - 200.6 |