Class RelationshipPopupElement
Represents a pop-up element of type relationship that is displayed in a pop-up for a GeoElement.
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |