DataList::IRepeatInfoUser::GetItemStyle Method (ListItemType, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IRepeatInfoUser::GetItemStyle.
Assembly: System.Web (in System.Web.dll)
private: virtual Style^ GetItemStyle( ListItemType itemType, int repeatIndex ) sealed = IRepeatInfoUser::GetItemStyle
Parameters
- itemType
-
Type:
System.Web.UI.WebControls::ListItemType
One of the ListItemType enumeration values.
- repeatIndex
-
Type:
System::Int32
The index of the item in the list control.
Return Value
Type: System.Web.UI.WebControls::Style^A Style that represents the style of the specified item type at the specified index in the list control.
This member is an explicit interface member implementation. It can be used only when the DataList instance is cast to an IRepeatInfoUser interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: