This documentation is archived and is not being maintained.

RepeatInfo.OuterTableImplied Property

Gets or sets a value indicating whether items should be rendered as if they are contained in a table.

[Visual Basic]
Public Property OuterTableImplied As Boolean
[C#]
public bool OuterTableImplied {get; set;}
[C++]
public: __property bool get_OuterTableImplied();
public: __property void set_OuterTableImplied(bool);
[JScript]
public function get OuterTableImplied() : Boolean;
public function set OuterTableImplied(Boolean);

Property Value

true if the items should be rendered as if they are contained in a table; otherwise, false.

Remarks

Use the OuterTableImplied property to specify whether items should be rendered as if they are contained in a table.

Requirements

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

See Also

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

Show: