Sidebar autohide

Hello,

Is there any method to set autohide to true or false value ?
If not any, Could you please tell me how to do that ?

I want to set autohide not in my configuration’s sidebar

var mySidebar = new dhtmlXSideBar({
header:true,
autohide:true
});

Thank’s.

You may try to use the
mySidebar.conf.autohide=true

Oh thank’s,
I have no a reason not to love your product so much.