This documentation is archived and is not being maintained.
IRepeatInfoUser.RepeatedItemCount Property
.NET Framework 1.1
Gets the number of items in the list control.
[Visual Basic] ReadOnly Property RepeatedItemCount As Integer [C#] int RepeatedItemCount {get;} [C++] __property int get_RepeatedItemCount(); [JScript] function get RepeatedItemCount() : int;
Property Value
The number of items in the list control.
Remarks
A list control that inherits from the IRepeatInfoUser interface must implement the RepeatedItemCount property to indicate the number of items in the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
IRepeatInfoUser Interface | IRepeatInfoUser Members | System.Web.UI.WebControls Namespace | HasHeader | HasFooter | HasSeparators
Show: