This documentation is archived and is not being maintained.

IRepeatInfoUser Members

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.

  NameDescription
Public method GetItemStyle Retrieves the style of the specified item type at the specified index in the list control.
Public method RenderItem Renders an item in the list with the specified information.
Top

  NameDescription
Public property HasFooter Gets a value indicating whether the list control contains a footer section.
Public property HasHeader Gets a value indicating whether the list control contains a heading section.
Public property HasSeparators Gets a value indicating whether the list control contains a separator between items in the list.
Public property RepeatedItemCount Gets the number of items in the list control.
Top
Show: