RadTemplatedRating
Class
Extends the RadRatingBase and provides API for working with ItemTemplates.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadTemplatedRating : RadRatingBase
Inheritance: objectRadLayoutRadRatingBaseRadTemplatedRating
Inherited Members
Constructors
C#
public RadTemplatedRating()
Fields
ItemTemplateProperty
BindableProperty
Identifies the ItemTemplate property.
C#
public static readonly BindableProperty ItemTemplateProperty
SelectedItemTemplateProperty
BindableProperty
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; }
The DataTemplate.
SelectedItemTemplate
DataTemplate
Gets or sets DataTemplate that will be used to create the rating items in their selected state.
C#
public DataTemplate SelectedItemTemplate { get; set; }
The DataTemplate.