Gets or sets the start date and time value of the current item. It is passed to the client side as the item.start field accessible from the client code.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public DateTime Start { get; set; }
Visual Basic (Declaration)
Public Property Start As DateTime

See Also