RepeatedControls class
SharePoint Online
Represents a container control designed to render its child controls in a repeating pattern.
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.RepeatedControls
Microsoft.SharePoint.WebControls.GenericInformationBar
System.Web.UI.Control
Microsoft.SharePoint.WebControls.RepeatedControls
Microsoft.SharePoint.WebControls.GenericInformationBar
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
The RepeatedControls control first emits the content specified by the HeaderHtml property. Next, for each individual child control, it emits the content specified by the BeforeControlHtml property. It then renders the child control itself and emits the content specified by the AfterControlHtml property. The control optionally emits any content specified in the SeparatorHtml property after each of these blocks of child control HTML if there are multiple child controls to render. Finally, the control emits the content specified by its FooterHtml property.
Show: