DXRangeSlider.StartTooltipAppearance Property
Gets or sets the start tooltip appearance. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DXSliderTooltipAppearance StartTooltipAppearance { get; set; }
Property Value
Type | Description |
---|---|
DXSliderTooltipAppearance | The start tooltip appearance. |
See Also