cascade_event_display
Description
Sets the 'cascade' display mode
cascade_event_display: boolean
Example
scheduler.config.cascade_event_display = true;
scheduler.config.cascade_event_count = 4;
scheduler.config.cascade_event_margin = 30;
...
scheduler.init('scheduler_here',new Date(2009,5,30),"week");
Default value: false
Applicable views: Day view, Week view, Units view
Related samples
Details
By default, events scheduled to the same time are displayed one by one. If you want to present such events as a cascade, set the option to true.
Related API
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.