RepeatInfo.RepeatLayout Property

Definition

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

public:
 property System::Web::UI::WebControls::RepeatLayout RepeatLayout { System::Web::UI::WebControls::RepeatLayout get(); void set(System::Web::UI::WebControls::RepeatLayout value); };
public System.Web.UI.WebControls.RepeatLayout RepeatLayout { get; set; }
member this.RepeatLayout : System.Web.UI.WebControls.RepeatLayout with get, set
Public Property RepeatLayout As RepeatLayout

Property Value

One of the RepeatLayout enumeration values.

Exceptions

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 Table, the items in the list are displayed in a table. If this property is set to Flow, the items in the list are displayed without a table structure.

Applies to

See also