About API documentation

Sometimes I do not find the funcionality I need in API documentation, but in fact it exists.

For example, in this post I asked about create events with one clik:

viewtopic.php?f=25&t=32836

And you told me this property doesn’t exists. I do not find it in API. But this property exists:

        sched.Highlighter.CreateOnClick = true;

I’ve found it in DHXScheduler_MVC4 sample