System.Web.UI.WebControls.Repeater.CreateItem Method

Creates a System.Web.UI.WebControls.RepeaterItem object with the specified item type and location within the System.Web.UI.WebControls.Repeater control.

Syntax

protected virtual RepeaterItem CreateItem (int itemIndex, ListItemType itemType)

Parameters

itemIndex
The specified location within the System.Web.UI.WebControls.Repeater control to place the created item.
itemType
A System.Web.UI.WebControls.ListItemType that represents the specified type of the System.Web.UI.WebControls.Repeater item to create.

Returns

The new System.Web.UI.WebControls.RepeaterItem object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0