DayPilot.Gantt.autoRefreshCommand

If AutoRefresh is enabled, the Gantt chart control 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).

Declaration

DayPilot.Gantt.autoRefreshCommand (string)

Default Value

"refresh"

Description

This property is only applicable to versions with integrated server-side backend (DayPilot Pro for ASP.NET WebFormsDayPilot Pro for ASP.NET MVC).

See Also

Example

gantt.autoRefreshCommand = "autorefresh";