menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingHoverEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RatingHoverEventArgs

    Provides information about OnItemHover event.

    Inheritance
    System.Object
    RatingHoverEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RatingHoverEventArgs : Object

    Constructors

    RatingHoverEventArgs()

    Declaration
    public RatingHoverEventArgs()

    Properties

    Element

    Gets the rating item element reference.

    Declaration
    public ElementReference Element { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    An element reference of rating item.

    Value

    Gets or sets the hover value at hovered point of rating.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved