System.Web.UI.WebControls.RepeatInfo Members

The members of System.Web.UI.WebControls.RepeatInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.RepeatInfo class.

Public Properties

Captionstring.

Gets or sets the Table.Caption property if the control is rendered as a System.Web.UI.WebControls.Table.

CaptionAlignTableCaptionAlign.

Gets or sets the alignment of the caption, if the System.Web.UI.WebControls.RepeatInfo is rendered as a System.Web.UI.WebControls.Table.

OuterTableImpliedbool.

Gets or sets a value indicating whether items should be rendered as if they are contained in a table.

RepeatColumnsint.

Gets or sets the number of columns to render.

RepeatDirectionRepeatDirection.

Gets or sets a value that specifies whether the items are displayed vertically or horizontally.

RepeatLayoutRepeatLayout.

Gets or sets a value specifying whether items are displayed in a table.

UseAccessibleHeaderbool.

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.

Public Methods

RenderRepeater(System.Web.UI.HtmlTextWriter, IRepeatInfoUser, Style, WebControl)

Renders a list control that repeats a list of items, using the specified information.