Show / Hide Table of Contents

Class FormElement

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

Inheritance
object
FormElement
AttachmentsFormElement
FieldFormElement
GroupFormElement
TextFormElement
UtilityAssociationsFormElement
Implements
INotifyPropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Methods

Name Description
ToJson()

Convert an object to JSON string.

Applies to

TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 300.0
.NET Windows200.4 - 300.0
.NET Android200.4 - 300.0
.NET iOS200.4 - 300.0
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.