Class FormElement
An element displayed in a form, such as a FieldFormElement or GroupFormElement.
Inheritance
System.Object
FormElement
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class FormElement : INotifyPropertyChanged
Remarks
A FieldFormElement defines a form element for editing a specified attribute and uses a FormInput to gather information from the user. A GroupFormElement organizes a set of other FormElement objects for display on the form.
Properties
| Name | Description |
|---|---|
| Description | Gets a detailed description of the element. |
| IsVisible | Gets a value indicating whether the FormElement should be visible. |
| Label | Gets a descriptive label that appears with the element. |
| UnknownJson | Gets the unknown data from the source JSON. |
| UnsupportedJson | Gets the unsupported data from the source JSON. |
Methods
| Name | Description |
|---|---|
| ToJson() | Convert an object to JSON string. |
| Name | Description |
|---|---|
| INotifyPropertyChanged.PropertyChanged |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.4 - 200.8 |
| .NET | 200.4 - 200.8 |
| .NET Windows | 200.4 - 200.8 |
| .NET Android | 200.4 - 200.8 |
| .NET iOS | 200.4 - 200.8 |
| .NET Framework | 200.4 - 200.8 |
| UWP | 200.4 - 200.8 |