MindFusion.UI for WebForms Programmer's Guide

Rating.Items Property

See Also
 





Gets the collection of items, associated with this Rating.

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

 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