Intermediate Values in WPF Range Slider (SfRangeSlider)

6 Feb 20251 minute to read

It is possible to get an intermediate value before either the tick value or the step value is snapped when 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.