Gets or sets a value that indicates whether the timeline is automatically scrolled horizontally to the start time of a task when its associated grid row is clicked by the end user with the mouse; by default it is set to true.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual bool IsGridRowClickTimeScrollingEnabled { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsGridRowClickTimeScrollingEnabled As Boolean

See Also