Class FieldsPopupElement
A pop-up element that displays the fields of a GeoElement in a pop-up.
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FieldsPopupElement : PopupElement
Remarks
The order of the Fields list defines the order in which fields are displayed in the pop-up. Each field has a PopupField definition that defines the field format, whether the field is visible, editable, and so on.
Constructors
Name | Description |
---|---|
FieldsPopupElement(IEnumerable<PopupField>) | Initializes a new instance of the FieldsPopupElement class with a collection of fields. |
Properties
Name | Description |
---|---|
Description | Gets or sets a string value describing the element in detail. The value can be an empty string. |
Fields | Gets a mutable list of PopupField which defines how each field participates in the pop-up window. |
FormattedValues | Gets the formatted values for the fields defined in Fields. This property is populated after EvaluateExpressionsAsync() has completed successfully. |
Labels | Gets the user-friendly display names for the fields defined in Fields. This property is populated once EvaluateExpressionsAsync() has completed successfully. |
Title | Gets or sets a string value indicating what the element represents. The value can be an empty string. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.8 |
.NET | 100.14 - 200.8 |
.NET Windows | 100.14 - 200.8 |
.NET Android | 200.0 - 200.8 |
.NET iOS | 200.0 - 200.8 |
.NET Framework | 100.14 - 200.8 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.8 |