Skip to Content
API ReferenceMinMaxSlider

MinMaxSlider

A dual-handle range slider for selecting a minimum and maximum value within a fixed range. Maps to UIToolkit’s MinMaxSlider.

Constructor

MinMaxSlider

Creates an MinMaxSlider element.

ParameterDescription
minValueThe current low handle value.
maxValueThe current high handle value.
lowLimitThe minimum allowed value for the low handle.
highLimitThe maximum allowed value for the high handle.
onChangedCallback invoked when either handle changes.
labelOptional label text shown beside the slider.
keyAn optional key for reconciliation identity.

Properties

HighLimit

The maximum allowed value for the high handle.

Label

An optional text label displayed alongside the slider. Null means no label is shown.

LowLimit

The minimum allowed value for the low handle.

MaxValue

The current high (maximum) handle value.

MinValue

The current low (minimum) handle value.

OnChanged

Callback invoked whenever either handle changes. Receives the new low and high values as arguments.

Methods

ShouldRebuild

Last updated on