DataList.IRepeatInfoUser.RenderItem Method

Definition

For a description of this member, see RenderItem(ListItemType, Int32, RepeatInfo, HtmlTextWriter).

C#
void IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType itemType, int repeatIndex, System.Web.UI.WebControls.RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer);

Parameters

itemType
ListItemType

The type of the item.

repeatIndex
Int32

The index of the item.

repeatInfo
RepeatInfo

Information that is used to render the item.

writer
HtmlTextWriter

The HtmlTextWriter object to use to render the item.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataList instance is cast to an IRepeatInfoUser interface.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1