Check documentation for the latest version of dhtmlxSuite getOption DHTMLX Docs

getOption

gets an option by value

object getOption(string value);
valuestringvalue of the option in question
objectthe option's properties

Example

myCombo.getOption(value);

Back to top