IRepeatInfoUser Interface
Defines the properties and methods that must be implemented by any list control that repeats a list of items.
Assembly: System.Web (in System.Web.dll)
The IRepeatInfoUser type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HasFooter | Gets a value indicating whether the list control contains a footer section. |
![]() | HasHeader | Gets a value indicating whether the list control contains a heading section. |
![]() | HasSeparators | Gets a value indicating whether the list control contains a separator between items in the list. |
![]() | RepeatedItemCount | Gets the number of items in the list control. |
| Name | Description | |
|---|---|---|
![]() | GetItemStyle | Retrieves the style of the specified item type at the specified index in the list control. |
![]() | RenderItem | Renders an item in the list with the specified information. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), 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.

