MindFusion.UI for WebForms Programmer's Guide

RatingItem Class

Remarks See Also
 





Represents an item within a Rating control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class RatingItem : IItemStateManager, IStateManager

Visual Basic  Copy Code

Public Class RatingItem
    Implements IItemStateManager, IStateManager

 Remarks

For additional information on how to use the control, please refer to the Rating topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    MindFusion.UI.Web.RatingItem

 See Also