Intermediate Value Functionlity in UWP Range Slider (SfRangeSlider)

10 May 20211 minute to read

It is possible to get the intermediate value, before the value is snapped to either the tick or step value while the user interacting with SfRangeSlider.

IntermediateValue

Gets the intermediate value. This works when ShowRange is false.

IntermediateRangeStart

Gets the intermediate RangeStart value.

IntermediateRangeEnd

Gets the intermediate RangeEnd value.

NOTE

Above properties are read only properties and cannot set through XAML or code behind.