Back to Devexpress

Value Selection

aspnet-10859-components-data-editors-aspxtrackbar-concepts-value-selection.md

latest1.3 KB
Original Source

Value Selection

  • Jun 16, 2022
  • 2 minutes to read

ASPxTrackBar is a slider control that allows users to select a numeric value. Users can select an ASPxTrackBar value by positioning the handle within a range of values that you limit with the MinValue* and MaxValue properties. You can change the drag handle position in the following ways:

  • Click on the track or scale

  • Click increment and decrement buttons

  • Use the mouse wheel

  • Drag the handles

  • Press arrow keys

  • Move Bar Highlight

Note that the ASPxTrackBar control automatically marks the last clicked handle as focused and highlights it. To change the handle position, users can press arrow keys, click increment/decrement buttons, or use the scroll wheel. Note that a click on the track or scale changes the position of the nearest drag handle.

See Also

Client-Side API

Single and Range Value Selection

Orientation and Direction