Gets the number of list items in the System.Web.UI.WebControls.CheckBoxList control.
Documentation for this section has not yet been entered.
The CheckBoxList.RepeatedItemCount property is used primarily by control developers in custom controls that derive from the System.Web.UI.WebControls.CheckBoxList class.
If there are no items set in the System.Web.UI.WebControls.CheckBoxList, the CheckBoxList.RepeatedItemCount is zero. If there are items set in the System.Web.UI.WebControls.CheckBoxList, the CheckBoxList.RepeatedItemCount is the same as the ListItemCollection.Count property on the ListControl.Items collection.