Back to Devexpress

DXSlider.TooltipShowMode Property

maui-devexpress-dot-maui-dot-editors-dot-dxslider-eaffd2b4.md

latest981 B
Original Source

DXSlider.TooltipShowMode Property

Gets or sets when to display the tooltip. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public SliderTooltipShowMode TooltipShowMode { get; set; }

Property Value

TypeDescription
SliderTooltipShowMode

The tooltip display mode.

|

Available values:

NameDescription
OnDrag

The tooltip is displayed when a user drags the thumb.

| | Never |

The tooltip is not displayed.

|

See Also

DXSlider Class

DXSlider Members

DevExpress.Maui.Editors Namespace