Prado\Web\UI\WebControls\TDataRenderer::getData PHP Method

getData() public method

public getData ( ) : mixed
return mixed data associated with the item
    public function getData()
    {
        return $this->_data;
    }
TDataRenderer