Class RatingItemTemplateContext
Represents the context of the Rating item template.
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class RatingItemTemplateContext : Object
Constructors
RatingItemTemplateContext()
Declaration
public RatingItemTemplateContext()
Properties
Half
Indicates whether the item is half-selected. Works only with Half precision mode.
Declaration
public bool Half { get; set; }
Property Value
System.Boolean
|
Highlighted
Indicates whether the item is highlighted. If selection mode is Continuous, all items up to the currently hovered one will be highlighted. If selection mode is Single, only the hovered item will be highlighted.
Declaration
public bool Highlighted { get; set; }
Property Value
System.Boolean
|
Index
Zero-based index. Represents the index of currently iterated rating item.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Selected
Indicates whether the item is selected.
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|