Class RadzenRating
RadzenRating component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRating : FormComponent<int>, IDisposable, IRadzenFormComponent
Examples
<RadzenRating Stars="10" Change=@(args => Console.WriteLine($"Value: {args}")) />
Properties
ClearAriaLabel
Gets or sets the clear aria label text.
Declaration
public string ClearAriaLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The clear aria label text. |
RateAriaLabel
Gets or sets the rate aria label text.
Declaration
public string RateAriaLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The rate aria label text. |
ReadOnly
Gets or sets a value indicating whether is read only.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Stars
Gets or sets the number of stars.
Declaration
public int Stars { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of stars. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable