Click or drag to resize
KaxRating Class
KaxRating class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxRating

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 KaxRating : KaxWebControl, IPostBackEventHandler

The KaxRating type exposes the following members.

Constructors
  NameDescription
Public methodKaxRating
Top
Methods
Properties
  NameDescription
Public propertyAutoPostBack
Get/Set a value indicating whether the KaxRating control will initiate a postback after its value changes.
Public propertyCode exampleDbValue
Gets or sets the value of KaxRating in a database-friendly way.
Public propertyEnableToolTips
Get/Set a value indicating whether the KaxRating control will display a browser toolip for its values.
Public propertyIsDirectionReversed
Get/Set the direction of the KaxRating control, that is, the position of the item (star) with value 1.
Public propertyItemCount
Get/Set the number of items in the KaxRating control - e.g. the number of stars that the control will have.
Public propertyItemHeight
Get/Set the height of each item in the KaxRating control.
Public propertyItems
Gets a KaxRatingItemCollection object that contains the items of the current KaxRating control.
Public propertyItemWidth
Get/Set the width of each item in the KaxRating control.
Public propertyCode exampleOnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxRating control is initialized.
Public propertyCode exampleOnClientRated
Gets or sets a value indicating the client-side event handler that is called when the user clicks an item (star) of the KaxRating control.
Public propertyCode exampleOnClientRating
Gets or sets a value indicating the client-side event handler that is called when the user clicks an item (star) of the KaxRating control, but before the new value is set.
Public propertyOrientation
Get/Set the orientation of the KaxRating control.
Public propertyPrecision
Get/Set the rating precision for the KaxRating control - the precision with which the user can rate.
Public propertyReadOnly
Get/Set a value indicating whether the KaxRating control is in read-only mode.
Public propertySelectedItem
Gets a KaxRatingItem object that represents the selected item in the KaxRating control in case Items collection of the control is not empty.
Public propertySelectedItems
Gets a KaxRatingItemCollection object that contains the selected items in the KaxRating control. The collection is empty in case there are no items in the Items collection of the control.
Public propertySelectionMode
Get/Set the selection mode for the KaxRating control - when the user rates, either mark a single item (star) as selected or all items(stars) from the first to the selected one.
Public propertyValue
Get/Set the current rating for the KaxRating control.
Top
Events
  NameDescription
Public eventRate
Top
See Also