ASP.NET Pack Programmer's Guide
Rating.Items Property
See Also
 





Gets the collection of items, associated with this Rating.

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

 Syntax

C#  Copy Code

public RatingItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As RatingItemCollection

 Property Value

Type: RatingItemCollection
An instance of the RatingItemCollection class, containing references to the child items of the control.

 See Also

Rating Members
Rating Class
MindFusion.UI.WebForms Namespace