Class RatingItemContext
Represents the context of EmptyTemplate and FullTemplate which used to render the content of the item.
Inheritance
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class RatingItemContext : Object
Constructors
RatingItemContext()
Declaration
public RatingItemContext()
Properties
Index
Gets or sets the index of the associated the rating item.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An index of the rating item. The value ranges from 0 to ItemsCount - 1, where |
Value
Gets or sets the selected value for a particular rating item. The value range from 0 to 1.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The selected value of a particular item ranges from 0 to 1, where 0 represents no selection and 1 represents a fully selected item. |