MindFusion.UI for WebForms Programmer's Guide

RatingItem Members

Constructors Properties Methods
 


Represents an item within a Rating control.

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

 Public Constructors

  Name Description

RatingItem

Initializes a new instance of the RatingItem class.

 Public Properties

  Name Description

ActiveImageUrl

Gets or sets the URL of the active image.

ActiveSelectedImageUrl

Gets or sets the URL of the active and selected image.

ImageUrl

Gets or sets the URL of the basic image.

Index

Gets the index of the current item.

IsTrackingViewState

Gets a value indicating whether state changes are being tracked.

Name

Gets the type of the control.

Owner

Gets the owner Rating of the current item.

SelectedImageUrl

Gets or sets the URL of the selected image.

ToolTip

Gets or sets the tooltip text displayed by this item.

Value

Gets or sets the value represented by this item.

 Public Methods

  Name Description

SetDirty

Sets the state of the StateBag object.

 Protected Methods

  Name Description

LoadFromXml

Loads the control from an XML element.

SaveToXml

Saves the control to the underlying document under the specified name.

 See Also