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

getText() public method

public getText ( ) : string
return string static text to be displayed in the column. Defaults to empty.
    public function getText()
    {
        return $this->getViewState('Text', '');
    }