Prado\Web\UI\WebControls\TItemDataRenderer::getItemIndex PHP Méthode

getItemIndex() public méthode

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