ASP.NET Pack Programmer's Guide
RatingItemCollection Class
See Also
 





Represents a StateCollection of RatingItem objects.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public sealed class RatingItemCollection : StateCollection<RatingItem>

Visual Basic  Copy Code

Public NotInheritable Class RatingItemCollection
    Inherits StateCollection(Of RatingItem)

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.WebForms.StateCollection(RatingItem)
            MindFusion.UI.WebForms.RatingItemCollection

 See Also

RatingItemCollection Members
MindFusion.UI.WebForms Namespace