ASPxTrackBar has an ability to display two drag handles; this allows end-users to select a range of values instead of a single value. Set the AllowRangeSelection property to True to enable this functionality.
In the range selection mode, the PositionStart and PositionEnd properties are used to specify drag handle positions. By default (in decimal scale display mode), a handle position corresponds to the track bar value. If you use an items display mode, the handle position is specified by the corresponding item's index.
The ASPxTrackBar control provides an end-user with an ability to move the selected range along the track by dragging the track highlighted part.
Track bar automatically marks the last clicked handle as focused and highlights it by default. An end-user can change its position using arrow keys, increment/decrement buttons and scroll wheel. Note that a click on the track changes the position of the nearest drag handle.