Check documentation for the latest version of dhtmlxSuite getOptionsCount DHTMLX Docs

getOptionsCount

returns the number of combo options

number getOptionsCount();
numberthe number of combo options

Example

var i = myCombo.getOptionsCount();

Back to top