Click or drag to resize
KaxRatingItem Class
KaxRatingItem class.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxRatingItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxRatingItem : StateManager

The KaxRatingItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCssClass
Gets or sets the CSS class of the rating item.
Public propertyHoveredImageUrl
Gets or sets the path to an image to display for the item when it is hovered.
Public propertyHoveredSelectedImageUrl
Gets or sets the path to an image to display for the selected item when it is hovered.
Public propertyImageUrl
Gets or sets the path to an image to display for the item.
Public propertyIndex
Gets the index of the rating item in the Items collection of the rating control.
Public propertySelectedImageUrl
Gets or sets the path to an image to display for the item when it is selected.
Public propertyToolTip
Gets or sets the tooltip of the rating item.
Public propertyValue
Gets or sets the value of the rating item.
Top
See Also