ContainerControlDesigner::NoWrap Property

.NET Framework (current version)
 

Gets a value that specifies whether to use the HTML nowrap attribute on tables.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property bool NoWrap {
	virtual bool get();
}

Property Value

Type: System::Boolean

true to use the HTML nowrap attribute on tables; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: