Class FeatureForm
Defines the user interface (form configuration) to display when editing a feature.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureForm : INotifyPropertyChanged
Remarks
A web map may define forms for editing features in a feature layer. A layer's form definition is
available from the Feature
Constructors
Name | Description |
---|---|
Feature |
Initializes a new instance of the Feature |
Feature |
Initializes a new instance of the Feature |
Properties
Name | Description |
---|---|
Default |
Gets a default Attachments |
Definition | Gets the feature form definition used to define the user interface for the form. |
Description | Gets a description of the form. |
Elements | Gets an ordered list of the elements contained by the form. |
Feature | Gets the feature displayed in the form. |
Preserve |
Gets a value indicating whether the value for a previously visible Field |
Title | Gets the form title. |
Validation |
Gets the results of validating the values of Field |
Methods
Name | Description |
---|---|
Discard |
Discards edits to Elements and their associated |
Evaluate |
Asynchronously evaluates all form expressions. |
Finish |
Saves edits made using the Feature |
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 |