ViewDesigner::NoWrap Property

.NET Framework (current version)
 

Gets a value that indicates that the nowrap HTML attribute should not be used.

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

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

Property Value

Type: System::Boolean

true in all cases.

.NET Framework
Available since 4.5
Return to top
Show: