RepeatInfo.RepeatLayout Property
.NET Framework 3.0
Gets or sets a value specifying whether items are displayed in a table.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property RepeatLayout RepeatLayout { RepeatLayout get (); void set (RepeatLayout value); }
/** @property */ public RepeatLayout get_RepeatLayout () /** @property */ public void set_RepeatLayout (RepeatLayout value)
public function get RepeatLayout () : RepeatLayout public function set RepeatLayout (value : RepeatLayout)
Not applicable.
Property Value
One of the RepeatLayout enumeration values.Community Additions
ADD
Show: