New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class RangeSliderTooltipContentTemplateSelector : DataTemplateSelector

Inheritance: objectRangeSliderTooltipContentTemplateSelector

Constructors

C#
public RangeSliderTooltipContentTemplateSelector()

Properties

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

C#
public DataTemplate EndThumbTooltipTemplate { get; set; }

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

C#
public DataTemplate RangeTrackTooltipTemplate { get; set; }

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

C#
public DataTemplate StartThumbTooltipTemplate { get; set; }

Methods

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

C#
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)
Parameters:itemobjectcontainerBindableObjectReturns:

DataTemplate