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





Gets or sets the count of items to be displayed in the control.

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

 Syntax

C#  Copy Code

public int ItemsCount { get; set; }

Visual Basic  Copy Code

Public Property ItemsCount As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure specifying the number of child items for the control. Default value is 5.

 See Also

Rating Members
Rating Class
MindFusion.UI.WebForms Namespace