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

getItemIndex() public method

If the item is not in the collection (e.g. it is a header item), it returns -1.
public getItemIndex ( ) : integer
return integer zero-based index of the item.
    public function getItemIndex()
    {
        return $this->_itemIndex;
    }