Interface IFeatureFormSource
An interface to a type that can provide a FeatureFormDefinition.
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public interface IFeatureFormSource
Remarks
Types like FeatureLayer or ArcGISFeatureTable that support editing data through a FeatureForm implement this interface as a common way to get the FeatureFormDefinition.
Properties
Name | Description |
---|---|
FeatureFormDefinition | Gets the user interface to display when editing a feature in this layer or table. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 - 200.8 |
.NET | 200.6 - 200.8 |
.NET Windows | 200.6 - 200.8 |
.NET Android | 200.6 - 200.8 |
.NET iOS | 200.6 - 200.8 |
.NET Framework | 200.6 - 200.8 |
UWP | 200.6 - 200.8 |