Click or drag to resize
RatingSelectionMode Enumeration
Specifies the possible values for the SelectionMode property of the KaxRating control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum RatingSelectionMode
Members
  Member nameValueDescription
Single0 Only one item (star) is marked as selected - the currently selected item (star).
Continuous1 Default behavior - all items (stars) from the first item (star) to the currently selected one are marked as selected.
See Also