Check documentation for the latest version of dhtmlxSuite getOptionByIndex DHTMLX Docs

getOptionByIndex

gets an option by index

object getOptionByIndex(number ind);
indnumberindex of the option in question
objectthe option's properties

Example

myCombo.getOptionByIndex(index);

Back to top