DayPilot.Scheduler.autoRefreshCommand

If AutoRefresh is enabled, Scheduler will fire command event periodically. The value of this property will be used as "command" text (accessible in Command event handler on the server side).

Default Value

"refresh"

Example

dps.autoRefreshCommand = "autorefresh";

See Also