Check documentation for the latest version of dhtmlxSuite getActiveIndex DHTMLX Docs

getActiveIndex

returns the index of the active cell

number getActiveIndex();
numberindex of the active cell

Example

var index = myCarousel.getActiveIndex();

Back to top