Contains information about displaying related features in a popup. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- showRelatedFeatures : bool
- sortOrder : list<PopupRelatedFeaturesSortOrder>
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 |
---|---|
PopupRelatedFeaturesSortOrder | sortOrder (appends to the list) |
Property Documentation
[default] sortOrder : list<PopupRelatedFeaturesSortOrder> |
The sort order options as a list of PopupRelatedFeaturesSortOrder.
Signal Documentation
Emitted when the showRelatedFeatures property changes.
Note: The corresponding handler is onShowRelatedFeaturesChanged
.
Emitted when the sortOrder property changes.
Note: The corresponding handler is onSortOrderChanged
.