Class FormElement
An element displayed in a form, such as a FieldFormElement or GroupFormElement.
Inheritance
FormElement
Implements
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. |
Methods
| Name | Description |
|---|---|
| ToJson() | Convert an object to JSON string. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.4 - 200.8 |
| .NET | 200.4 - 300.0 |
| .NET Windows | 200.4 - 300.0 |
| .NET Android | 200.4 - 300.0 |
| .NET iOS | 200.4 - 300.0 |
| .NET Framework | 200.4 - 200.8 |
| UWP | 200.4 - 200.8 |