alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RatingHoverEventArgs

    Provides data for the OnItemHover event.

    Inheritance
    object
    RatingHoverEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RatingHoverEventArgs
    Remarks

    This class contains information about the rating item that was hovered over by the user, including the element reference and the hover value at the hovered point.

    Constructors

    RatingHoverEventArgs()

    Declaration
    public RatingHoverEventArgs()

    Properties

    Element

    Gets the element reference of the rating item that was hovered over.

    Declaration
    public ElementReference Element { get; }
    Property Value
    Type Description
    ElementReference

    An ElementReference representing the DOM element of the hovered rating item.

    Value

    Gets or sets the rating value at the point where the user is hovering.

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

    A double value representing the rating value at the hovered position.

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