Prado\Web\UI\WebControls\TDataGridColumnCollection::getOwner PHP Method

getOwner() protected method

protected getOwner ( ) : TDataGrid
return TDataGrid the control that owns this collection.
    protected function getOwner()
    {
        return $this->_o;
    }
TDataGridColumnCollection