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.
Assembly: System.Web (in System.Web.dll)
private: property int RepeatedItemCount { virtual int get() sealed = IRepeatInfoUser::RepeatedItemCount::get; }
Implements
IRepeatInfoUser::RepeatedItemCountTypically, 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.
Available since 2.0