MetaTable::Scaffold Property

 

Gets or sets a value that indicates whether the table should be displayed.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property bool Scaffold {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the table should be displayed; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: