Prado\Web\UI\WebControls\TTableItemStyle::setWrap PHP Method

setWrap() public method

Sets the value indicating whether the content wraps within the table item.
public setWrap ( $value )
    public function setWrap($value)
    {
        $this->_wrap = TPropertyValue::ensureBoolean($value);
    }