RepeatInfo.OuterTableImplied Property
.NET Framework 3.0
Gets or sets a value indicating whether items should be rendered as if they are contained in a table.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_OuterTableImplied () /** @property */ public void set_OuterTableImplied (boolean value)
public function get OuterTableImplied () : boolean public function set OuterTableImplied (value : boolean)
Not applicable.
Property Value
true if the items should be rendered as if they are contained in a table; otherwise, false.Community Additions
ADD
Show: