System.Web.UI.WebControls.IRepeatInfoUser Members

The members of System.Web.UI.WebControls.IRepeatInfoUser are listed below.

Public Properties

[read-only]
HasFooterbool.

Gets a value indicating whether the list control contains a footer section.

[read-only]
HasHeaderbool.

Gets a value indicating whether the list control contains a heading section.

[read-only]
HasSeparatorsbool.

Gets a value indicating whether the list control contains a separator between items in the list.

[read-only]
RepeatedItemCountint.

Gets the number of items in the list control.

Public Methods

GetItemStyle(ListItemType, int) : Style

Retrieves the style of the specified item type at the specified index in the list control.

RenderItem(ListItemType, int, RepeatInfo, System.Web.UI.HtmlTextWriter)

Renders an item in the list with the specified information.