RadioButtonList.RepeatedItemCount Właściwość

Definicja

Pobiera liczbę elementów listy w kontrolce RadioButtonList .

protected:
 virtual property int RepeatedItemCount { int get(); };
protected virtual int RepeatedItemCount { get; }
member this.RepeatedItemCount : int
Protected Overridable ReadOnly Property RepeatedItemCount As Integer

Wartość właściwości

Int32

Liczba elementów w kontrolce listy.

Uwagi

Właściwość RepeatedItemCount jest używana głównie przez deweloperów kontrolek w kontrolkach niestandardowych, które pochodzą z RadioButtonList klasy .

Jeśli w kontrolce RadioButtonList nie ustawiono żadnych elementów, RepeatedItemCount właściwość ma wartość zero. Jeśli w kontrolce RadioButtonList są ustawione elementy, RepeatedItemCount właściwość jest taka sama jak ListItemCollection.Count właściwość w kolekcji Items .

Dotyczy

Zobacz też