IRepeatInfoUser Members
.NET Framework 2.0
Defines the properties and methods that must be implemented by any list control that repeats a list of items.
The following tables list the members exposed by the IRepeatInfoUser type.
| 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. |
Community Additions
ADD
Show: