TableItemStyle::Wrap Property

 

Gets or sets a value indicating whether the contents of a cell wrap in the cell.

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

public:
property bool Wrap {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the contents of the cell wrap in the cell; otherwise, false. The default is true.

Use the Wrap property to specify or determine whether the contents of the cell wrap.

The value of this property is stored in view state.

.NET Framework
Available since 1.1
Return to top
Show: