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

getItemIndex() public method

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