Prado\Web\UI\WebControls\TLiteralColumn::getEncode PHP Method

getEncode() public method

public getEncode ( ) : boolean
return boolean whether the rendered text should be HTML-encoded. Defaults to false.
    public function getEncode()
    {
        return $this->getViewState('Encode', false);
    }