Class RadTemplatedRating
Extends the RadRatingBase and provides API for working with ItemTemplates.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTemplatedRating : RadRatingBase
Constructors
RadTemplatedRating()
Declaration
public RadTemplatedRating()
Fields
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
SelectedItemTemplateProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
Microsoft.
|
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. 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. The DataTemplate. |