ClassRadRatingBase
Encapsulates common RadRating logic.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class RadRatingBase : RadLayout
Inheritance: objectRadLayoutRadRatingBase
Derived Classes:
Inherited Members
Constructors
RadRatingBase()
Initializes a new instance of the RadRatingBase class.
Declaration
protected RadRatingBase()
Fields
IsReadOnlyProperty
Identifies the IsReadOnly property.
Declaration
public static readonly BindableProperty IsReadOnlyProperty
Field Value
BindableProperty
ItemsCountProperty
Identifies theItemsCount property.
Declaration
public static readonly BindableProperty ItemsCountProperty
Field Value
BindableProperty
ItemsSpacingProperty
Identifies the ItemsSpacing property.
Declaration
public static readonly BindableProperty ItemsSpacingProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
Properties
IsReadOnly
Gets or sets a boolean value indicating if the control supports user interaction.
ItemsCount
Gets or sets the number of the visualized items.
ItemsSpacing
Gets or sets the space between the separate RadRating items.
Declaration
public double ItemsSpacing { get; set; }
Property Value
The space.
Events
ValueChanged
Occurs when the Value property of the control has changed.
Declaration
public event EventHandler<ValueChangedEventArgs> ValueChanged
Event Value
EventHandler<ValueChangedEventArgs>