RepeatLayout Enumeration
.NET Framework (current version)
Specifies the layout of items in a list control.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Flow | Items are displayed without a table structure. Rendered markup consists of a span element and items are separated by br elements. | |
| OrderedList | Items are displayed without a table structure. Rendered markup consists of an ol element that contains li elements. | |
| Table | Items are displayed in a table. | |
| UnorderedList | Items are displayed without a table structure. Rendered markup consists of a ul element that contains li elements. |
The RepeatLayout enumeration represents the different layout options for a list control.
.NET Framework
Available since 1.1
Available since 1.1
Show: