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

getDataFormatString() public method

public getDataFormatString ( ) : string
return string the formatting string used to control how the bound data will be displayed.
    public function getDataFormatString()
    {
        return $this->getViewState('DataFormatString', '');
    }