System.Web.UI.WebControls.RepeatInfo.RepeatLayout Property

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

Syntax

public RepeatLayout RepeatLayout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the RepeatInfo.RepeatLayout property to specify whether the items are displayed in a table. If this property is set to RepeatLayout.Table, the items in the list are displayed in a table. If this property is set to RepeatLayout.Flow, the items in the list are displayed without a table structure.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0