Namespace Esri.ArcGISRuntime.Mapping.Popups
Classes
AttachmentsPopupElement
Represents a pop-up element of type attachments that is displayed in a pop-up for a GeoElement.
ContingencyValidationAggregateException
Represents one or more errors that occur when contingency validation fails for a collection of FieldGroup objects.
ContingencyValidationException
Represents errors that occur when contingency validation fails for a FieldGroup.
ExpressionPopupElement
Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.
FieldsPopupElement
Represents a pop-up element of type fields that is displayed in a pop-up for a GeoElement.
InvalidCodedValueException
An exception thrown when a coded value cannot be found within a coded value domain (CVD).
InvalidGeoElementStateException
Exception thrown by FinishEditingAsync() if the GeoElement was in an invalid state when trying to save the edits.
MediaPopupElement
Represents a pop-up element of type media that is displayed in a pop-up for a GeoElement.
Popup
Represents a popup as a pair (GeoElement, PopupDefinition). This connects a Graphic or a Feature to the PopupDefinition defined by its containing layer.
PopupAttachment
Attachment helper class used in conjunction with the PopupAttachmentManager.
PopupAttachmentManager
Attachment helper class used in conjunction with the PopupManager.
PopupDefinition
Defines the appearance and format of popups. Also includes which fields to display.
PopupElement
Represents an element that is displayed in a pop-up for a GeoElement.
PopupExpression
Defines an Arcade expression within a pop-up.
PopupExpressionEvaluation
The result of an attempt to evaluate a popup expression.
PopupField
Represents how a geoelement's attribute (field) should be displayed in a popup.
PopupFieldFormat
Represents the formatting of a field when displayed. Applies only to fields of type date or number (float, double, integer).
PopupFieldValue
Contains the value of an attribute field in a popup.
PopupManager
Instances of this class represent a popup manager that contains the necessary business logic for displaying and editing popup information for geo-elements. This class is useful, for instance, if you want to create your own View for displaying a Popup.
PopupMedia
Represents how a Feature's or Graphic's media attributes are displayed in a popup.
PopupMediaValue
Represents contents of an individual media element in a popup.
PopupRelatedFeaturesDefinition
Contains information about displaying related features in a popup.
PopupRelatedFeaturesSortOrder
Defines the order in which related features of a particular relationship are sorted for display.
TextPopupElement
Represents a pop-up element of type text that is displayed in a pop-up for a GeoElement.
Interfaces
IPopupSource
An interface for classes such as ArcGISSublayer, FeatureLayer, RasterLayer, and GraphicsOverlay that support popup and have PopupDefinition.
Enums
PopupAttachmentEditState
The add/delete state of the popup attachment
PopupAttachmentsDisplayType
Indicates how to display the attachments.
PopupAttachmentType
The type of attachment
PopupDateFormat
Format of a date field in a popup.
PopupExpressionReturnType
The type of the result returned by an Arcade expression.
PopupMediaType
Type of media in a popup.
PopupStringFieldOption
Type of input box presented when editing the field in a popup.