PopupRelatedFeaturesSortOrder QML Type
Defines the order in which related features of a particular relationship are sorted for displaying in a popup. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- PopupRelatedFeaturesSortOrder is part of QML Type List.
Properties
- orderByField : OrderBy
- relationshipId : string
- relationshipIdAsInt : int
Signals
Detailed Description
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
OrderBy | orderByField |
Property Documentation
[default] orderByField : OrderBy |
The order option for this object.
relationshipId : string |
The relationship ID for this object.
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
Note: relationshipId and relationshipIdIdAsInt can be used interchangeably. Both reference the same underlying API property.
See also relationshipIdAsInt.
[since Esri.ArcGISRuntime 100.3] relationshipIdAsInt : int |
The same as relationshipId but represented as an integer type (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
Note: relationshipIdAsInt and relationshipId can be used interchangeably. Both reference the same underlying API property.
This property was introduced in Esri.ArcGISRuntime 100.3.
Signal Documentation
orderByFieldChanged() |
Emitted when the orderByField property changes.
Note: The corresponding handler is onOrderByFieldChanged
.
|
Emitted when the relationshipIdAsInt property changes.
Note: The corresponding handler is onRelationshipIdAsIntChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.3.
relationshipIdChanged() |
Emitted when the relationshipId property changes.
Note: The corresponding handler is onRelationshipIdChanged
.