RepeatInfo::OuterTableImplied Property

 

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)

public:
property bool OuterTableImplied {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

.NET Framework
Available since 1.1
Return to top
Show: