DataList.IRepeatInfoUser.RepeatedItemCount Property

Definition

For a description of this member, see RepeatedItemCount.

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 control.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataList instance is cast to an IRepeatInfoUser interface.

Applies to