CheckBoxList.IRepeatInfoUser.RepeatedItemCount Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of items in the list control.

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

int IRepeatInfoUser.RepeatedItemCount { get; }

Property Value

Type: System.Int32

The number of items in the list.

Typically, you should use the CheckBoxList.RepeatedItemCount property to determine the number of items in a CheckBoxList object.

The CheckBoxList.IRepeatInfoUser.RepeatedItemCount member is an explicit interface member implementation. It can be used only when the CheckBoxList instance is cast to an IRepeatInfoUser interface.

Notes to Implementers:

To define a custom implementation for the IRepeatInfoUser.RepeatedItemCount member in a CheckBoxList object, override the CheckBoxList.RepeatedItemCount member. The explicit interface implementation uses the CheckBoxList.RepeatedItemCount property.

.NET Framework
Available since 2.0
Return to top
Show: