MindFusion.UI for WebForms Programmer's Guide

RatingItemCollection Class

See Also
 





Represents a StateCollection of RatingItem objects.

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

 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.Web.StateCollection(RatingItem)
            MindFusion.UI.Web.RatingItemCollection

 See Also