SchedulerOngoingEventsSettingsBuilder
Methods
CssClass(System.String)
Specifies a custom CSS class applied to ongoing events. If not set, the default k-event-ongoing class will be applied.
Parameters
value - System.String
The value for CssClass
Enabled(System.Boolean)
Specifies if the ongoing events will be highlighted. Defaults to true.
Parameters
value - System.Boolean
The value for Enabled
Enabled()
Specifies if the ongoing events will be highlighted. Defaults to true.
UpdateInterval(System.Double)
The update interval (in milliseconds) of the ongoing events highlight. Defaults to 60000 (a minute).
Parameters
value - System.Double
The value for UpdateInterval
UseLocalTimezone(System.Boolean)
If set to false the ongoing events will be highlighted in the scheduler timezone. That means only events that happen at the moment (according to their start and end data) will be highlighted. In order the highlight on the ongoing events to be visually in sync with the currentTimeMarker in the widget, the useLocalTimezone configuration options of both must be set to the same value. This way the highlighted ongoing events will be placed over the currentTimeMarker.
Parameters
value - System.Boolean
The value for UseLocalTimezone