Class FormElement
An element displayed in a form, such as a FieldFormElement or GroupFormElement.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |
Name | Description |
---|---|
INotifyPropertyChanged.PropertyChanged |
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 |