IRepeatInfoUser Interface
Defines the properties and methods that must be implemented by any list control that repeats a list of items.
For a list of all members of this type, see IRepeatInfoUser Members.
[Visual Basic] Public Interface IRepeatInfoUser [C#] public interface IRepeatInfoUser [C++] public __gc __interface IRepeatInfoUser [JScript] public interface IRepeatInfoUser
Classes that Implement IRepeatInfoUser
| Class | Description |
|---|---|
| CheckBoxList | Creates a multi selection check box group that can be dynamically created by binding the control to a data source. |
| DataList | A data bound list control that displays items using templates. |
| RadioButtonList | Represents a list control that encapsulates a group of radio button controls. |
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.
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
IRepeatInfoUser Members | System.Web.UI.WebControls Namespace | RepeatInfo | CheckBoxList | DataList | RadioButtonList | HasHeader | HasFooter | HasSeparators | RepeatedItemCount | GetItemStyle | RenderItem