Prado\Web\UI\WebControls\TBulletedListEventParameter::getIndex PHP Method

getIndex() public method

public getIndex ( ) : integer
return integer zero-based index of the item (rendered as a link button) that is clicked
    public function getIndex()
    {
        return $this->_index;
    }
TBulletedListEventParameter