Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenRating

    RadzenRating component.

    Inheritance
    System.Object
    RadzenComponent
    FormComponent<System.Int32>
    RadzenRating
    Implements
    IDisposable
    IRadzenFormComponent
    Inherited Members
    FormComponent<Int32>.Name
    FormComponent<Int32>.TabIndex
    FormComponent<Int32>.Placeholder
    FormComponent<Int32>.Disabled
    FormComponent<Int32>.EditContext
    FormComponent<Int32>.Form
    FormComponent<Int32>.ValueChanged
    FormComponent<Int32>.HasValue
    FormComponent<Int32>.IsBound
    FormComponent<Int32>._value
    FormComponent<Int32>.Value
    FormComponent<Int32>.Change
    FormComponent<Int32>.FieldIdentifier
    FormComponent<Int32>.ValueExpression
    FormComponent<Int32>.SetParametersAsync(ParameterView)
    FormComponent<Int32>.Dispose()
    FormComponent<Int32>.GetValue()
    FormComponent<Int32>.OnContextMenu(MouseEventArgs)
    FormComponent<Int32>.GetClassList(String)
    FormComponent<Int32>.FormFieldContext
    FormComponent<Int32>.CurrentPlaceholder
    FormComponent<Int32>.FocusAsync()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    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

    true if is read only; otherwise, false.

    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
    RadzenComponent.GetComponentCssClass()

    Implements

    IDisposable
    IRadzenFormComponent

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT