Check documentation for the latest version of dhtmlxSuite getSelectedValue DHTMLX Docs

getSelectedValue

gets value of the selected item

string getSelectedValue();
stringvalue of the selected item

Example

myCombo.getSelectedValue();

Back to top