ContainerControlDesigner.NoWrap Property

Definition

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

protected:
 virtual property bool NoWrap { bool get(); };
protected virtual bool NoWrap { get; }
member this.NoWrap : bool
Protected Overridable ReadOnly Property NoWrap As Boolean

Property Value

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

Applies to