Class
RadRatingBase

Encapsulates common RadRating logic.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class RadRatingBase : RadLayout

Inheritance: objectRadLayoutRadRatingBase

Derived Classes: RadShapeRatingRadTemplatedRating

Inherited Members RadLayout.CreateLayoutManager()

Constructors

RadRatingBase()

Initializes a new instance of the RadRatingBase class.

Declaration

cs-api-definition
protected RadRatingBase()

Fields

IsReadOnlyProperty

Identifies the IsReadOnly property.

Declaration

cs-api-definition
public static readonly BindableProperty IsReadOnlyProperty

Field Value

BindableProperty

ItemsCountProperty

Identifies theItemsCount property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsCountProperty

Field Value

BindableProperty

ItemsSpacingProperty

Identifies the ItemsSpacing property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsSpacingProperty

Field Value

BindableProperty

ValueProperty

Identifies the Value property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

IsReadOnly

Gets or sets a boolean value indicating if the control supports user interaction.

Declaration

cs-api-definition
public bool IsReadOnly { get; set; }

Property Value

bool

The value.

ItemsCount

Gets or sets the number of the visualized items.

Declaration

cs-api-definition
public int ItemsCount { get; set; }

Property Value

int

The count.

ItemsSpacing

Gets or sets the space between the separate RadRating items.

Declaration

cs-api-definition
public double ItemsSpacing { get; set; }

Property Value

double

The space.

Value

Gets or sets the RadRating.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

The RadRating.

Events

ValueChanged

Occurs when the Value property of the control has changed.

Declaration

cs-api-definition
public event EventHandler<ValueChangedEventArgs> ValueChanged

Event Value

EventHandler<ValueChangedEventArgs>