This documentation is archived and is not being maintained.
Repeater.CreateItem Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Overridable Function CreateItem( _ ByVal itemIndex As Integer, _ ByVal itemType As ListItemType _ ) As RepeaterItem [C#] protected virtual RepeaterItem CreateItem( int itemIndex, ListItemType itemType ); [C++] protected: virtual RepeaterItem* CreateItem( int itemIndex, ListItemType itemType ); [JScript] protected function CreateItem( itemIndex : int, itemType : ListItemType ) : RepeaterItem;
See Also
Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace
Show: