RadioButtonList::IRepeatInfoUser::RepeatedItemCount Property
.NET Framework (current version)
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::RepeatedItemCountThis property is an explicit interface member implementation. It can be used only when the RadioButtonList instance is cast to the IRepeatInfoUser interface.
Notes to Implementers:
To define a custom implementation for the IRepeatInfoUser::RepeatedItemCount property in a RadioButtonList control, override the RadioButtonList::RepeatedItemCount property. The explicit interface implementation uses the RadioButtonList::RepeatedItemCount property.
.NET Framework
Available since 2.0
Available since 2.0
Show: