Name

RepeatInfo

Synopsis

This class includes information about how various list controls, including CheckBoxList, DataList, and RadioButtonList, should repeat their items in a list. It is used primarily by control developers.

Public NotInheritable Class RepeatInfo
                  ' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property OuterTableImplied As Boolean  
   Public Property RepeatColumns As Integer  
   Public Property RepeatDirection As RepeatDirection  
   Public Property RepeatLayout As RepeatLayout  
' Public Instance Methods
   Public Sub RenderRepeater(
        ByVal writer As System.Web.UI.HtmlTextWriter, 
        ByVal user As IRepeatInfoUser, 
        ByVal controlStyle As Style, 
        ByVal baseControl As WebControl) 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.