Prado\Web\UI\WebControls\TBoundColumn::getDataFormatString PHP Méthode

getDataFormatString() public méthode

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