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 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

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.

TypeDefault Property
OrderByorderByField

Property Documentation

[default] orderByField : OrderBy

The order option for this object.


relationshipId : string

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.


relationshipIdAsInt : int

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

orderByFieldChanged()

Emitted when the orderByField property changes.

Note: The corresponding handler is onOrderByFieldChanged.


relationshipIdAsIntChanged()

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.