System.Web.UI.WebControls.RadioButtonList.RepeatedItemCount Property

Gets the number of list items in the System.Web.UI.WebControls.RadioButtonList control.

Syntax

protected virtual int RepeatedItemCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RadioButtonList.RepeatedItemCount property is used primarily by control developers in custom controls that derive from the System.Web.UI.WebControls.RadioButtonList class.

If there are no items set in the System.Web.UI.WebControls.RadioButtonList control, the RadioButtonList.RepeatedItemCount property is zero. If there are items set in the System.Web.UI.WebControls.RadioButtonList control, the RadioButtonList.RepeatedItemCount property is the same as the ListItemCollection.Count property on the ListControl.Items collection.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0