GanttCurrentTimeMarkerSettingsBuilder

Methods

UpdateInterval(System.Double)

The update interval of the "current time" marker, in milliseconds.

Parameters

value - System.Double

The value that configures the updateinterval.

Example

Razor
 
            @(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
                .Name("gantt")
                .CurrentTimeMarker(c => c.UpdateInterval(3000))
            )
             
In this article
MethodsUpdateInterval(System.Double)
Not finding the help you need?
Contact Support