Check documentation for the latest version of dhtmlxSuite isIE9 DHTMLX Docs

isIE9

set to true if browser is Internet Explorer 9

isIE9;

Example

if (window.dhx.isIE9) {
    // your code
}

Back to top