Show / Hide Table of Contents

Class FieldFormElement

A form element that defines a field in the feature table.

Inheritance
System.Object
FormElement
FieldFormElement
Implements
System.ComponentModel.INotifyPropertyChanged
FormElement.Description
FormElement.IsVisible
FormElement.Label
FormElement.UnknownJson
FormElement.UnsupportedJson
FormElement.INotifyPropertyChanged.PropertyChanged
FormElement.ToJson()
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 sealed class FieldFormElement : FormElement, INotifyPropertyChanged
Remarks

The FieldFormElement specifies a field for display on the form. It can also define the user interface for editing values for the field and Arcade expressions to manage element display and behavior.

Properties

Name Description
Domain

Gets the domain to apply to this field.

FieldName

Gets the name of the field associated with this element in the Fields array.

FieldType

Gets the field type of the field associated with this element in the Fields array.

FormattedValue

Gets the formatted value for the field specified by FieldName.

HasValueExpression

Gets a value indicating whether the element has a value expression.

Hint

Gets the placeholder text that can be applied to text or numeric inputs.

Input

Gets the input user interface to use for the element.

IsEditable

Gets a value indicating whether the element is editable.

IsRequired

Gets a value indicating whether the element is required.

ValidationErrors

Gets the result of validating Value against the constraints expressed by the Input and the value of IsRequired.

Value

Gets the attribute value for the field specified by FieldName.

Methods

Name Description
UpdateValue(Object)

Updates the value of a field in the feature associated with the FieldFormElement.

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.