PopupRelatedFeaturesSortOrder QML Type

  • Esri.ArcGISRuntime
  • PopupRelatedFeaturesSortOrder
  • 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:

    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 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.


    [since Esri.ArcGISRuntime 100.3] 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.