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 |