The members of System.Web.UI.WebControls.RepeatInfo are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.RepeatInfo class. |
| Caption | string.
Gets or sets the Table.Caption property if the control is rendered as a System.Web.UI.WebControls.Table. | |
| CaptionAlign | TableCaptionAlign.
Gets or sets the alignment of the caption, if the System.Web.UI.WebControls.RepeatInfo is rendered as a System.Web.UI.WebControls.Table. | |
| OuterTableImplied | bool.
Gets or sets a value indicating whether items should be rendered as if they are contained in a table. | |
| RepeatColumns | int.
Gets or sets the number of columns to render. | |
| RepeatDirection | RepeatDirection.
Gets or sets a value that specifies whether the items are displayed vertically or horizontally. | |
| RepeatLayout | RepeatLayout.
Gets or sets a value specifying whether items are displayed in a table. | |
| UseAccessibleHeader | bool.
Gets or sets a value to indicate whether to add a TableHeaderCell.Scope attribute when the control is rendered as a System.Web.UI.WebControls.Table. |
RenderRepeater(System.Web.UI.HtmlTextWriter, IRepeatInfoUser, Style, WebControl)
| ||