Prado\Web\UI\WebControls\TDataListItem::getItemIndex PHP Method

getItemIndex() public method

public getItemIndex ( ) : integer
return integer zero-based index of the item in the item collection of datalist
    public function getItemIndex()
    {
        return $this->_itemIndex;
    }