RadioButtonList.IRepeatInfoUser.RepeatedItemCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 control.
Implements
Remarks
This property is an explicit interface member implementation. It can be used only when the RadioButtonList instance is cast to the IRepeatInfoUser interface.
Notes to Inheritors
To define a custom implementation for the IRepeatInfoUser.RepeatedItemCount property in a RadioButtonList control, override the RepeatedItemCount property. The explicit interface implementation uses the RepeatedItemCount property.