Show / Hide Table of Contents

Namespace Esri.ArcGISRuntime.Mapping.FeatureForms

Classes

AttachmentsFormElement

A form element that holds one or more attachments on a feature.

AttachmentsFormInput

A base class for classes that define a user interface for an AttachmentsFormElement.

AudioFormInput

A user interface for audio attachments.

BarcodeScannerFormInput

A user interface for a barcode or QR code scanner.

ComboBoxFormInput

A user interface that displays a list of values in a drop-down.

DateTimePickerFormInput

A user interface for a calendar date picker.

DocumentFormInput

A user interface for document attachments.

FeatureForm

Defines the user interface (form configuration) to display when editing a feature.

FeatureFormDefinition

Provides the user interface definition needed to create a FeatureForm.

FeatureFormExceedsMaximumAttachmentCountException

The number of attachments added exceeds the maximum specified by MaxAttachmentCount.

FeatureFormExceedsMaximumAttachmentDurationException

The attachment exceeds the maximum duration specified by MaxDuration or MaxDuration.

FeatureFormExceedsMaximumAttachmentSizeException

The attachment exceeds the maximum size specified by MaxFileSize.

FeatureFormExceedsMaximumDateTimeException

Field value exceeds the value of Max.

FeatureFormExceedsMaximumLengthException

Field value exceeds the maximum allowed length specified by the FormInput.

FeatureFormExceedsNumericMaximumException

Field value exceeds the allowed numeric maximum specified by Domain.

FeatureFormFieldIsRequiredException

Field value is required and the Value is null or empty.

FeatureFormIncorrectAttachmentTypeException

The type of the FormAttachment does not match an allowed input type/>.

FeatureFormIncorrectValueTypeException

The type of the Value does not match the type of the field.

FeatureFormLessThanMinimumAttachmentCountException

The number of attachments added is less than the minimum specified by MinAttachmentCount.

FeatureFormLessThanMinimumDateTimeException

Field value is less than the value of Min.

FeatureFormLessThanMinimumLengthException

Field value is less than the minimum allowed length specified by the FormInput.

FeatureFormLessThanNumericMinimumException

Field value is less than the allowed numeric minimum specified by Domain.

FeatureFormNotInCodedValueDomainException

Field value is not present in the coded value domain.

FeatureFormNullNotAllowedException

The Field is not nullable and cannot be set to null.

FieldFormElement

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

FormAttachment

An attachment belonging to a feature form.

FormElement

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

FormExpressionEvaluationException

An error resulting from the evaluation of an Arcade expression on behalf of a call to EvaluateExpressionsAsync().

FormInput

A base class for classes that define a user interface for a FieldFormElement.

GroupFormElement

A container that holds a set of form elements that can be expanded, collapsed, or displayed together.

ImageFormInput

Gets the supported method used to add an image attachment.

RadioButtonsFormInput

A user interface for a radio button group.

SwitchFormInput

A user interface for a binary switch or toggle. This should be used when selecting between two options.

TextAreaFormInput

A user interface for a multi-line text area.

TextBoxFormInput

A user interface for a single-line text box.

TextFormElement

A form element that configures read-only text in form elements.

UtilityAssociationsFormElement

A form element that represents the utility network associations within the form.

VideoFormInput

A user interface for video attachments.

Interfaces

IFeatureFormSource

An interface to a type that can provide a FeatureFormDefinition.

Enums

AttachmentInputMethod

Defines the supported methods for adding an attachment.

AttachmentKeywordAssociation

Defines how existing attachments are associated with a AttachmentsFormElement.

FormAttachmentType

An enumeration of the various types of attachments in a AttachmentFormElement.

FormGroupState

The list of display state values for a group form element.

FormInputNoValueOption

The list of display state values for null value options.

FormTextFormat

Defines the format of the text of a TextFormElement.

In this article
Provide feedback
Back to top Copyright © 2025 Esri.