Class
RangeSliderTooltipContentTemplateSelector

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:

cs-api-definition
public class RangeSliderTooltipContentTemplateSelector : DataTemplateSelector

Inheritance: objectRangeSliderTooltipContentTemplateSelector

Constructors

RangeSliderTooltipContentTemplateSelector()

Declaration

cs-api-definition
public RangeSliderTooltipContentTemplateSelector()

Properties

EndThumbTooltipTemplate

Gets or sets the template that defines the appearance of the tooltip that is shown for the end thumb of the RadRangeSlider.

Declaration

cs-api-definition
public DataTemplate EndThumbTooltipTemplate { get; set; }

Property Value

DataTemplate

RangeTrackTooltipTemplate

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).

Declaration

cs-api-definition
public DataTemplate RangeTrackTooltipTemplate { get; set; }

Property Value

DataTemplate

StartThumbTooltipTemplate

Gets or sets the template that defines the appearance of the tooltip that is shown for the start thumb of the RadRangeSlider.

Declaration

cs-api-definition
public DataTemplate StartThumbTooltipTemplate { get; set; }

Property Value

DataTemplate

Methods

OnSelectTemplate(object, BindableObject)

Selects a template based on the information provided in the arguments.

Declaration

cs-api-definition
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)

Parameters

item

object

container

BindableObject

Returns

DataTemplate