Trying to use useHandCursor with accordion header, with no luck

I’m using an accordion, and I’d like the hand-cursor to appear when the user hovers over each header.

I know the syntax is something like:

myAccordion["_header"+i].useHandCursor = true;

but this doesn’t work.

Any ideas? THANKS!