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

getDataSourceIndex() public method

public getDataSourceIndex ( ) : integer
return integer the index of the datagrid item from the bound data source
    public function getDataSourceIndex()
    {
        return $this->_dataSourceIndex;
    }