MindFusion.UI for WebForms Programmer's Guide

RatingItemCollection Constructor

See Also
 





Initializes a new instance of the RatingItemCollection class.

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

 Syntax

C#  Copy Code

public RatingItemCollection (
    Rating owner
)

Visual Basic  Copy Code

Public New ( _
    owner As Rating _
)

 Parameters

owner

Type: Rating
The Rating object this collection belongs to.

 See Also