This documentation is archived and is not being maintained.
IRepeatInfoUser Members
Visual Studio 2008
Defines the properties and methods that must be implemented by any list control that repeats a list of items.
The IRepeatInfoUser type exposes the following members.
| 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. |
| 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. |
Show: