Check documentation for the latest version of dhtmlxSuite isIE10 DHTMLX Docs

isIE10

set to true if browser is Internet Explorer 10

isIE10;

Example

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

Back to top