If the developer toolbar doesn't tell you this, have you tried using the console to explicitly request a property? That is, using console.log (or something like the IE Developer Toolbar equivalent). So: console.log(whateverObject.hasLayout) ? I understand that this has more to do with Javascript, but I think it might qualify as a workaround;)
source share