MindFusion.UI for WebForms Programmer's Guide

Rating.ItemsCount Property

See Also
 





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

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

 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