Back to Devexpress

DXRangeSlider.StartTooltipShowMode Property

maui-devexpress-dot-maui-dot-editors-dot-dxrangeslider-56cba559.md

latest1.0 KB
Original Source

DXRangeSlider.StartTooltipShowMode Property

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

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public SliderTooltipShowMode StartTooltipShowMode { get; set; }

Property Value

TypeDescription
SliderTooltipShowMode

The start 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

DXRangeSlider Class

DXRangeSlider Members

DevExpress.Maui.Editors Namespace