Show / Hide Table of Contents

Class FormElement

An element displayed in a form, such as a FieldFormElement or GroupFormElement.

Inheritance
System.Object
FormElement
AttachmentsFormElement
FieldFormElement
GroupFormElement
TextFormElement
UtilityAssociationsFormElement
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

TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 200.8
.NET Windows200.4 - 200.8
.NET Android200.4 - 200.8
.NET iOS200.4 - 200.8
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.