The Range Picker control is used to define and select a range of values, providing users with a customizable range selection interface. It allows binding to two options - Min Value and Max Value in a numerical data format.
The outputs from the Range Picker control, represented by the placeholders {{rangepicker.Min_Value}} and {{rangepicker.Max_Value}}, can be referenced in other controls, data queries, or JavaScript functions using the control's unique name.
Output
Description
Min Value
Represents the selected minimum value in the Range Picker control.
Max Value
Represents the selected maximum value in the Range Picker control.
Occurs when there is a modification in the Range picker control's value. To control the frequency or speed of the change event, you can utilize the debounce property associated with the control.