React RangeSelector - sliderMarker
Defines the options of the range selector slider markers.
When moving a slider, its marker displays the currently selected scale value. Use the sliderMarker object to set the required options for the range selector slider markers. For instance, you can format the markers' text, change the text font, or make the markers invisible.
color
Specifies the color of the slider markers.
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
To set a custom color for the font used to display the slider markers' text, use the color property.
customizeText
Specifies a callback function that returns the text to be displayed by slider markers.
The text for the slider marker to display.
this
keyword.invalidRangeColor
Specifies the color used for the slider marker text when the currently selected range does not match the minRange and maxRange values.
paddingLeftRight
Specifies the empty space between the marker's left and right borders and the marker's text.
paddingTopBottom
Specifies the empty space between the marker's top and bottom borders and the marker's text.
If you have technical questions, please create a support ticket in the DevExpress Support Center.