RepeatInfo Class
Encapsulates the information used to render a list control that repeats a list of items. This class cannot be inherited.
For a list of all members of this type, see RepeatInfo Members.
System.Object
System.Web.UI.WebControls.RepeatInfo
[Visual Basic] NotInheritable Public Class RepeatInfo [C#] public sealed class RepeatInfo [C++] public __gc __sealed class RepeatInfo [JScript] public class RepeatInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The RepeatInfo class encapsulates the information used to render a list control that repeats a list of items, such as CheckBoxList, DataList, and RadioButtonList. It is primarily used by control developers.
For a list of initial property values for an instance of RepeatInfo, see the RepeatInfo constructor.
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
RepeatInfo Members | System.Web.UI.WebControls Namespace | Repeater