MindFusion.UI for WebForms Programmer's Guide

Rating Members

Constructors Properties Methods Events
 


Provides the ability to select and display ratings in a variety of formats.

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

 Public Constructors

  Name Description

Rating

Initializes a new instance of the Rating class.

 Public Properties

  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.

 Public Methods

  Name Description

LoadPostData

When implemented by a derived class, processes postback data for an ASP.NET server control.

 Protected Methods

  Name Description

OnLoad

Control.OnLoad override.

OnPreRender

Control.OnPreRender override.

OnValueChanged

Raises the ValueChanged event.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

ValueChanged

Raised when the value changes.

 See Also