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

getWrap() public method

public getWrap ( ) : boolean
return boolean whether the content wraps within the table item. Defaults to true.
    public function getWrap()
    {
        return $this->_wrap === null ? true : $this->_wrap;
    }