RatingSelectionMode Enumeration |
Specifies the possible values for the SelectionMode property of the KaxRating control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum RatingSelectionMode
Public Enumeration RatingSelectionMode
public enum class RatingSelectionMode
Members
| Member name | Value | Description |
---|
| Single | 0 |
Only one item (star) is marked as selected - the currently selected item (star).
|
| Continuous | 1 |
Default behavior - all items (stars) from the first item (star) to the currently selected one are marked as selected.
|
See Also