RadioButtonList::RepeatedItemCount Property
.NET Framework (current version)
Gets the number of list items in the RadioButtonList control.
Assembly: System.Web (in System.Web.dll)
The RepeatedItemCount property is used primarily by control developers in custom controls that derive from the RadioButtonList class.
If there are no items set in the RadioButtonList control, the RepeatedItemCount property is zero. If there are items set in the RadioButtonList control, the RepeatedItemCount property is the same as the ListItemCollection::Count property on the Items collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: