cascade_event_count

sets the maximum number of events in a cascade

number cascade_event_count;

Example

// how many events will be displayed in a cascade (max)
scheduler.config.cascade_event_count = 4;


Default value:

4
Applicable views:Day View, Week View, Units View

Related samples

Details

Events 'exceeding' the set value will be drawn over the cascade.

See also
Back to top