- itemType
- One of the System.Web.UI.WebControls.ListItemType enumeration values.
- repeatIndex
- An ordinal index that specifies the location of the item in the list control.
A System.Web.UI.WebControls.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 System.Web.UI.WebControls.IRepeatInfoUser interface must implement the IRepeatInfoUser.GetItemStyle(ListItemType, int) method to retrieve the style of the specified item type at the specified index in the list control.