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 virtual bool NoWrap { 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: