MindFusion.UI for WebForms Programmer's Guide

RatingItem Members

Fields Methods
 


Represents an item within a Rating control.

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

 Public Fields

  Name Description

Dom

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

parent

The parent Rating control of this item

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_index

Gets the index of this item.

get_tooltip

Gets the tooltip text displayed by this item.

get_value

Gets the value of the item.

initialize

Sys.UI.Control.initialize override.

set_tooltip

Sets the tooltip text displayed by this item.

 See Also