Defines the order in which related features of a particular relationship are sorted for displaying in a popup. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
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.
The relationship ID for this object.
Note: The underlying Runtime 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 Runtime property.
See also relationshipIdAsInt.
The same as relationshipId but represented as an integer type (read-only).
Note: The underlying Runtime 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 Runtime property.
This property was introduced in Esri.ArcGISRuntime 100.3.
Signal Documentation
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.
Emitted when the relationshipId property changes.
Note: The corresponding handler is onRelationshipIdChanged
.