Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

.NET MAUI Slider & Range Slider: Tooltips

  • 2 minutes to read

The tooltip visualizes the selected value. To change the current value, move the thumb along the scale.

The following example changes tooltip appearance in DXSlider and DXRangeSlider controls:

DevExpress MAUI Slider - Tooltip Appearance

Use the following properties to change tooltip appearance in DXSlider and DXRangeSlider controls:

DXSliderTooltipAppearance.BackgroundColor
Gets or sets the tooltip background color. This is a bindable property.
DXSliderTooltipAppearance.CornerRadius
Gets or sets the corner radius of the tooltip. This is a bindable property.
DXSliderTooltipAppearance.MinHeight
Gets or sets the minimum height of the tooltip. This is a bindable property.
DXSliderTooltipAppearance.MinWidth
Gets or sets the minimum width of the tooltip. This is a bindable property.
DXSliderTooltipAppearance.TextColor
Gets or sets the tooltip text color. This is a bindable property.
DXSliderTooltipAppearance.FontFamily
Gets or sets the tooltip text font name. This is a bindable property.
DXSliderTooltipAppearance.FontSize
Gets or sets the tooltip text font size. This is a bindable property.
DXSliderTooltipAppearance.FontAttributes
Gets or sets whether the tooltip text is bold or italic. This is a bindable property.
DXSliderTooltipAppearance.Padding
Gets or sets the tooltip padding. This is a bindable property.
DXSliderTooltipAppearance.Indent
Gets or sets the distance between the tooltip and thumb. This is a bindable property.
DXSlider.TooltipDisplayFormat
Gets or sets the pattern used to format the tooltip content. This is a bindable property.
DXRangeSlider.StartTooltipDisplayFormat
Gets or sets the pattern used to format the start tooltip content. This is a bindable property.
DXRangeSlider.EndTooltipDisplayFormat
Gets or sets the pattern used to format the end tooltip content. This is a bindable property.