A template selector that can be used for the start thumb, end thumb, and range track tooltip templates for the RadRangeSlider.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RangeSliderTooltipContentTemplateSelector : DataTemplateSelector
Inheritance: objectRangeSliderTooltipContentTemplateSelector
Constructors
public RangeSliderTooltipContentTemplateSelector()
Properties
EndThumbTooltipTemplate
DataTemplate
Gets or sets the template that defines the appearance of the tooltip that is shown for the end thumb of the RadRangeSlider.
public DataTemplate EndThumbTooltipTemplate { get; set; }
RangeTrackTooltipTemplate
DataTemplate
Gets or sets the template that defines the appearance of the tooltip that is shown for the range track (the part between the start and end thumbs).
public DataTemplate RangeTrackTooltipTemplate { get; set; }
StartThumbTooltipTemplate
DataTemplate
Gets or sets the template that defines the appearance of the tooltip that is shown for the start thumb of the RadRangeSlider.
public DataTemplate StartThumbTooltipTemplate { get; set; }
Methods
OnSelectTemplate(object, BindableObject)
DataTemplate
Selects a template based on the information provided in the arguments.
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)
DataTemplate