|
Name |
Description |
|
AutoPostBack |
Gets or sets a value indicating whether the control will post back to the server when the value has changed. |
|
ControlLoadedScript |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
ItemCssClass |
Gets or sets the default CSS class for rating items. |
|
ItemHeight |
Gets or sets the height of items within the control. |
|
ItemPadding |
Gets or sets the padding of items within the control. |
|
Items |
Gets the collection of items, associated with this Rating. |
|
ItemsActiveImageUrl |
Gets or sets the URL of the items' active image. |
|
ItemsActiveSelectedImageUrl |
Gets or sets the URL of the items' active and selected image. |
|
ItemsCount |
Gets or sets the count of items to be displayed in the control. |
|
ItemsImageUrl |
Gets or sets the URL of the items' basic image. |
|
ItemsSelectedImageUrl |
Gets or sets the URL of the items' selected image. |
|
ItemWidth |
Gets or sets the width of items within the control. |
|
Orientation |
Specifies the orientation of the control. |
|
RatingMode |
Specifies the rating mode. |
|
Theme |
Gets or sets the theme applied to the control. |
|
Value |
Gets or sets the value of the control. |
|
ValueChangedScript |
Gets or sets the name of a JavaScript function that should be invoked when the value changes. |
|
ValueChangingScript |
Gets or sets the name of a JavaScript function that should be invoked when the value is about to be changed. |