Prado\Web\UI\WebControls\TDataListCommandEventParameter::getItem PHP Method

getItem() public method

public getItem ( ) : TControl
return Prado\Web\UI\TControl the datalist item control responsible for the event.
    public function getItem()
    {
        return $this->_item;
    }
TDataListCommandEventParameter