For a list of all members of this type, see RatingModel members.
| Name | Description | |
|---|---|---|
![]() | ClientEvents | Set implementations of client events raised by a widget. Event handler assumes 2 parameters: 1st parameter has name "evt" and 2nd parameter has name "ui". To get information about member variables available for "ui" parameter, please consult documentation of a widget and its events. Examples: 1. Full implementation: new Dictionary<string, string> { { "dropDownOpening", "function(evt,ui){alert('drop:'+ui.owner);}" } } 2. Content of inline function: new Dictionary<string, string> { { "dropDownOpening", "alert('drop:'+ui.owner);" } } 3. Name of global function: new Dictionary<string, string> { { "dropDownOpening", "nameOfGlobalFunction" } } Note: Instead of explicit key-strings, which represent name of event exposed by a widget, the event-constants defined by a particular control can be used. Example: new Dictionary<string, string> { { ComboClientEvents.DropDownOpening, "nameOfGlobalFunction" } } (Inherited from Infragistics.Web.Mvc.ModelWidgetBase) |
![]() | CssVotes | Sets model for custom css classes for vote-item at particular index. |
![]() | Disabled | Sets disabled state of control. |
![]() | Focusable | Sets option to enable control getting focus. |
![]() | HtmlAttributes | Sets custom attributes for main html element used by control |
![]() | ID | Sets the ID of the rating. |
![]() | InputName | Sets the name of the hidden input element that will store the value. |
![]() | Language | Gets/sets Language the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel) |
![]() | Locale | Gets/sets the Locale of the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel) |
![]() | Precision | Sets precision. |
![]() | PrecisionZeroVote | Sets part of vote-size, which is considered as zero value. |
![]() | Regional | Gets/sets the Regional of the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel) |
![]() | RoundedDecimalPlaces | Sets number of decimal places used to round value. |
![]() | SwapDirection | Sets swaped direction from left to right or from top to bottom in case of vertical orientation. |
![]() | Theme | Sets theme for control. Note: in order for that option to have effect, the css classes with "theme" selectors should be available for page. |
![]() | ValidatorOptions | Sets validator options. Note: this option will have effect only when application registers ig.ui.validator.js and ig.ui.validator.css. |
![]() | Value | Sets value for control. |
![]() | ValueAsPercent | Sets option to use percentage units or vote-number units for the Value and HoverValue. |
![]() | Vertical | Sets vertical orientation of control. |
![]() | VoteCount | Sets number of vote items. |
![]() | VoteItemHeight | Sets height of vote item in pixels. |
![]() | VoteItemWidth | Sets width of vote item in pixels. |
| Name | Description | |
|---|---|---|
![]() | Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub