IRepeatInfoUser.GetItemStyle Method
.NET Framework 3.0
Retrieves the style of the specified item type at the specified index in the list control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Style GetItemStyle ( ListItemType itemType, int repeatIndex )
function GetItemStyle ( itemType : ListItemType, repeatIndex : int ) : Style
Not applicable.
Parameters
- itemType
One of the ListItemType enumeration values.
- repeatIndex
An ordinal index that specifies the location of the item in the list control.
Return Value
A Style that represents the style of the specified item type at the specified index in the list control.A list control that inherits from the IRepeatInfoUser interface must implement the GetItemStyle method to retrieve the style of the specified item type at the specified index in the list control.
Community Additions
ADD
Show: