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

Extends the RadRatingBase and provides API for working with ItemTemplates.

Definition

Constructors

C#
public RadTemplatedRating()

Fields

ItemTemplateProperty

BindableProperty

Identifies the ItemTemplate property.

C#
public static readonly BindableProperty ItemTemplateProperty

Identifies the SelectedItemTemplate property.

C#
public static readonly BindableProperty SelectedItemTemplateProperty

Properties

ItemTemplate

DataTemplate

Gets or sets DataTemplate that will be used to create the rating items in their deselected state.

C#
public DataTemplate ItemTemplate { get; set; }
Property Value:

The DataTemplate.

Gets or sets DataTemplate that will be used to create the rating items in their selected state.

C#
public DataTemplate SelectedItemTemplate { get; set; }
Property Value:

The DataTemplate.