• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Default Functionalities in ASP.NET Core Range Slider Control

This sample demonstrates the default rendering of Slider component. Drag the thumb over the bar for selecting the values between min and max.

DEMO
SOURCE

The Slider component allows to select a value or range of values in-between a min and max range, by dragging the thumb over the slider bar. Three types of sliders are:

  • Default - allows to select a single value.
  • MinRange – allows to select a single value, but highlights with a range selection from the min value to the current handle value.
  • Range – allows to select a range of values with two handles, where the handles are connected with a range selection.
  • In this demo, the default, MinRange, and Range Slider types can be seen.

    More information about Slider instantiation can be found in this documentation section