Intersoft ClientUI Documentation
ItemCount Property (UXRating)



Gets or sets the number of rating items to display in the control.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ItemCount As Integer
Dim instance As UXRating
Dim value As Integer
 
instance.ItemCount = value
 
value = instance.ItemCount
[CategoryAttribute("Common Properties")]
public int ItemCount {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int ItemCount {
   int get();
   void set (    int value);
}
Remarks
UXRating is an ItemsControl providing an ItemCount property to conveniently add instances of UXRatingItem to the Items collection. You can also specify your own item without using ItemCount by specifying the custom values in the Items property. In the case that Items property is specified, the ItemCount property will be ignored.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRating Class
UXRating Members

Concepts

UXRating

Send Feedback