This documentation is archived and is not being maintained.

RepeatInfo.RepeatLayout Property

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

[Visual Basic]
Public Property RepeatLayout As RepeatLayout
[C#]
public RepeatLayout RepeatLayout {get; set;}
[C++]
public: __property RepeatLayout get_RepeatLayout();
public: __property void set_RepeatLayout(RepeatLayout);
[JScript]
public function get RepeatLayout() : RepeatLayout;
public function set RepeatLayout(RepeatLayout);

Property Value

One of the RepeatLayout enumeration values.

Exceptions

Exception Type Condition
ArgumentException The specified layout is not one of the RepeatLayout enumeration values.

Remarks

Use the 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

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

RepeatInfo Class | RepeatInfo Members | System.Web.UI.WebControls Namespace | RepeatLayout

Show: