KaxRating Properties |
The KaxRating type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AutoPostBack |
Get/Set a value indicating whether the KaxRating control will initiate a postback after its value changes.
|
![]() ![]() |
DbValue |
Gets or sets the value of KaxRating in a database-friendly way.
|
![]() |
EnableToolTips |
Get/Set a value indicating whether the KaxRating control will display a browser toolip for its values.
|
![]() |
IsDirectionReversed |
Get/Set the direction of the KaxRating control, that is, the position of the item (star) with value 1.
|
![]() |
ItemCount |
Get/Set the number of items in the KaxRating control - e.g. the number of stars that the control will have.
|
![]() |
ItemHeight |
Get/Set the height of each item in the KaxRating control.
|
![]() |
Items |
Gets a KaxRatingItemCollection object that contains the items of the current KaxRating control.
|
![]() |
ItemWidth |
Get/Set the width of each item in the KaxRating control.
|
![]() ![]() |
OnClientLoad |
Gets or sets a value indicating the client-side event handler that is called when
the KaxRating control is initialized.
|
![]() ![]() |
OnClientRated |
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.
|
![]() ![]() |
OnClientRating |
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.
|
![]() |
Orientation |
Get/Set the orientation of the KaxRating control.
|
![]() |
Precision |
Get/Set the rating precision for the KaxRating control - the precision with which the user can rate.
|
![]() |
ReadOnly |
Get/Set a value indicating whether the KaxRating control is in read-only mode.
|
![]() |
SelectedItem |
Gets a KaxRatingItem object that represents the selected item in the KaxRating control
in case Items collection of the control is not empty.
|
![]() |
SelectedItems |
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.
|
![]() |
SelectionMode |
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.
|
![]() |
Value |
Get/Set the current rating for the KaxRating control.
|