Check documentation for the latest version of dhtmlxSuite getActiveCell DHTMLX Docs

getActiveCell

returns object of the active cell

object getActiveCell();
objectdhtmlXCarouselCell object of the active cell

Example

var cell = myCarousel.getActiveCell();

Back to top