RepeatInfo::RepeatLayout Property
.NET Framework (current version)
Gets or sets a value specifying whether items are displayed in a table.
Assembly: System.Web (in System.Web.dll)
public: property RepeatLayout RepeatLayout { RepeatLayout get(); void set(RepeatLayout value); }
Property Value
Type: System.Web.UI.WebControls::RepeatLayoutOne of the RepeatLayout enumeration values.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified layout is not one of the RepeatLayout enumeration values. |
.NET Framework
Available since 1.1
Available since 1.1
Show: