MindFusion.UI for WebForms Programmer's Guide

Rating Members

Fields Methods
 


Represents a customizable rating control.

The following tables list the members exposed by the Rating type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

items

The collection of items for this control.

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_autoPostBack

Returns a value indicating whether the control should post back to the server when the selected value is changed.

get_enabled

Gets a value indicating whether user interaction with this control is allowed.

get_orientation

Gets the orientation of the control.

get_ratingMode

Gets the rating mode of the control.

get_value

Gets the selected value of the control.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the Rating for a subsequent postback.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the selected value is changed.

set_enabled

Sets a value indicating whether user interaction with this control is allowed.

set_value

Sets the selected value of the control.

 See Also