Check documentation for the latest version of dhtmlxSuite getOptionByLabel DHTMLX Docs

getOptionByLabel

gets option by label

object getOptionByLabel(string label);
labelstringlabel of the option in question
objectthe option's properties

Example

myCombo.getOptionByLabel(label);

Back to top