.NET Framework Class Library IRepeatInfoUser Interface Defines the properties and methods that must be implemented by any list control that repeats a list of items.
Namespace:
System.Web.UI.WebControls
Assembly:
System.Web (in System.Web.dll)

Syntax
Public Interface IRepeatInfoUser
public interface IRepeatInfoUser
public interface class IRepeatInfoUser
type IRepeatInfoUser = interface end
The IRepeatInfoUser type exposes the following members.

Remarks
The IRepeatInfoUser interface defines the properties and methods that must be implemented by all list controls that repeats a list of items, such as CheckBoxList, DataList, and RadioButtonList. To indicate whether a list control contains a heading section, footer section, or separators, this interface defines the HasHeader, HasFooter, and HasSeparators properties, respectively. The RepeatedItemCount property is used to represent the number of items in the list. Use the GetItemStyle method to determine the style of an item in the list. The RenderItem method is used to display an item.

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

See Also
|
Bibliothèque de classes .NET Framework IRepeatInfoUser, interface Définit les propriétés et les méthodes à implémenter par tout contrôle de liste répétant une liste d'éléments.
Espace de noms :
System.Web.UI.WebControls
Assembly :
System.Web (dans System.Web.dll)

Syntaxe
Public Interface IRepeatInfoUser
public interface IRepeatInfoUser
public interface class IRepeatInfoUser
type IRepeatInfoUser = interface end
Le type IRepeatInfoUser expose les membres suivants.

Notes
L'interface IRepeatInfoUser définit les propriétés et les méthodes à implémenter par tous les contrôles de liste répétant une liste d'éléments, tels que CheckBoxList, DataList et RadioButtonList. Pour indiquer si un contrôle de liste contient une section d'en-tête ou de pied de page, ou encore des séparateurs, cette interface définit respectivement les propriétés HasHeader, HasFooter et HasSeparators. Utilisez la propriété RepeatedItemCount pour représenter le nombre d'éléments dans la liste. Utilisez la propriété GetItemStyle pour déterminer le style d'un élément dans la liste. La méthode RenderItem sert à afficher un élément.

Informations de version
.NET FrameworkPris en charge dans : 4, 3.5, 3.0, 2.0, 1.1, 1.0

Plateformes
Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Voir aussi
|