ClassRadTemplatedRating
Class
Extends the RadRatingBase and provides API for working with ItemTemplates.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RadTemplatedRating : RadRatingBase
Inheritance: objectRadLayoutRadRatingBaseRadTemplatedRating
Inherited Members
Constructors
RadTemplatedRating()
Declaration
cs-api-definition
public RadTemplatedRating()
Fields
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
cs-api-definition
public static readonly BindableProperty ItemTemplateProperty
Field Value
BindableProperty
SelectedItemTemplateProperty
Identifies the SelectedItemTemplate property.
Declaration
cs-api-definition
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
BindableProperty
Properties
ItemTemplate
Gets or sets DataTemplate that will be used to create the rating items in their deselected state.
Declaration
cs-api-definition
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
The DataTemplate.
SelectedItemTemplate
Gets or sets DataTemplate that will be used to create the rating items in their selected state.
Declaration
cs-api-definition
public DataTemplate SelectedItemTemplate { get; set; }
Property Value
DataTemplate
The DataTemplate.