Show / Hide Table of Contents

Class FieldsPopupElement

Represents a pop-up element of type fields that is displayed in a pop-up for a GeoElement.

Inheritance
System.Object
PopupElement
FieldsPopupElement
PopupElement.IsEvaluated
PopupElement.FromJson(String)
PopupElement.ToJson()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FieldsPopupElement : PopupElement

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. 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 when EvaluateExpressionsAsync() is called.

Labels

Gets the user-friendly display names for the fields defined in Fields. This property is populated when EvaluateExpressionsAsync() is called.

Title

Gets or sets a string value indicating what the element represents. Can be an empty string.

See Also

PopupElement

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7
In This Article
Back to top Copyright © 2022 Esri.