Class RadTemplatedRating
Extends the RadRatingBase and provides API for working with ItemTemplates.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.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
Xamarin.Forms.BindableProperty
|
SelectedItemTemplateProperty
Identifies the SelectedItemTemplate property.
Declaration
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
Xamarin.Forms.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
Xamarin.Forms.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
Xamarin.Forms.DataTemplate
The DataTemplate. |