Show / Hide Table of Contents

Class PopupElement

A pop-up element displays information about a GeoElement in a pop-up.

Inheritance
System.Object
PopupElement
AttachmentsPopupElement
ExpressionPopupElement
FieldsPopupElement
MediaPopupElement
RelationshipPopupElement
TextPopupElement
UnsupportedPopupElement
UtilityAssociationsPopupElement
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class PopupElement
Remarks

This is the base class for pop-up elements such as AttachmentsPopupElement, ExpressionPopupElement, FieldsPopupElement, and MediaPopupElement. Pop-up elements allow users to author popups that have multiple elements such as field lists, rich text (HTML), media (charts and images), and attachments. Popups can also be defined using Arcade expressions to support dynamic configurations.

Properties

Name Description
IsEvaluated

Gets a value indicating whether the popup element is contained in the EvaluatedElements.

Methods

Name Description
FromJson(String)

Creates a popup element from an ArcGIS JSON representation (popupElement).

ToJson()

Converts this popup element to an ArcGIS JSON representation (popupElement).

See Also

Elements
EvaluatedElements

Applies to

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