Details of sorting properties
- Last UpdatedJul 16, 2024
- 1 minute read
The GraphicRepeaterApp includes three properties that determine how repeatable graphics are sorted during runtime:
-
Sort By
Specifies a custom property whose current value is used to sort repeatable graphics.
If the entered custom property name binds to a reference during design time ,the datatype of Sort By is initially evaluated as a string After receiving the subscribed value during runtime, the Sort By datatype changes to that of the subscribed value.
-
Sort Order
Specifies if repeatable graphics are sorted by their current custom property values in ascending or descending order.
-
Live Sorting
Boolean value that determines if repeatable graphics are sorted during runtime. A script can be used to enable or disable sorting during runtime by by changing the Boolean value of Live Sorting.