New to Kendo UI for Angular? Start a free 30-day trial
RatingSelectionMode
Updated on Jun 6, 2025
Sets the selection mode of the Rating (see example).
The available values are:
continuous(default)single
type RatingSelectionMode = "continuous" | "single";