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