Show / Hide Table of Contents

Class ExpressionPopupElement

A pop-up element that displays content defined by a custom Arcade expression.

Inheritance
object
PopupElement
ExpressionPopupElement
PopupElement.IsEvaluated
PopupElement.FromJson(string)
PopupElement.ToJson()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExpressionPopupElement : PopupElement
Remarks

The Arcade language can perform mathematical calculations, format text, and evaluate logical statements to generate the content of the ExpressionPopupElement. The Arcade expression is provided by a PopupExpression. For more information about Arcade expressions, see ArcGIS Arcade.

Constructors

Name Description
ExpressionPopupElement(PopupExpression?)

Initializes a new instance of the ExpressionPopupElement class with the given expression.

Properties

Name Description
PopupExpression

Gets or sets the Arcade expression that defines the pop-up element.

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.