Class FormElement
An element displayed in a form, such as a Field
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 Field
Properties
Name | Description |
---|---|
Description | Gets a detailed description of the element. |
Is |
Gets a value indicating whether the Form |
Label | Gets a descriptive label that appears with the element. |
Unknown |
Gets the unknown data from the source JSON. |
Unsupported |
Gets the unsupported data from the source JSON. |
Name | Description |
---|---|
INotify |
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 |