CheckBoxList.IRepeatInfoUser.RepeatedItemCount Property

Definition

Gets the number of items in the list control.

property int System::Web::UI::WebControls::IRepeatInfoUser::RepeatedItemCount { int get(); };
int System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount : int
 ReadOnly Property RepeatedItemCount As Integer Implements IRepeatInfoUser.RepeatedItemCount

Property Value

The number of items in the list.

Implements

Remarks

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 Inheritors

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

Applies to

See also