Prado\Web\UI\WebControls\TDataGridCommandEventParameter::getCommandSource PHP Method

getCommandSource() public method

public getCommandSource ( ) : TControl
return TControl the control originally raises the Command event.
    public function getCommandSource()
    {
        return $this->_source;
    }
TDataGridCommandEventParameter