Show / Hide Table of Contents

Class RelationshipPopupElement

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

Inheritance
System.Object
PopupElement
RelationshipPopupElement
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 RelationshipPopupElement : PopupElement
Remarks

A typical UI implementation displays a preview of DisplayCount related records with a possibility to show more records and more detailed info by record.

Constructors

Name Description
RelationshipPopupElement(Int64)

Initializes a new instance of the RelationshipPopupElement class with the given relationship ID.

Properties

Name Description
Description

Gets or sets a string value describing the element in detail. Can be an empty string.

DisplayCount

Gets or sets the maximum number of records to display.

OrderByFields

Gets a mutable list of OrderBy objects indicating the display order for the related records and whether they should be sorted in ascending or descending order.

RelationshipId

Gets the id of the relationship as defined in the feature layer definition.

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.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.