Check documentation for the latest version of dhtmlxSuite getIndex DHTMLX Docs

getIndex

returns the index of a cell

number getIndex();
numbercell index

Example

var index = myCarousel.cells(id).getIndex();

Back to top