Gets or sets an optional object that defines the working week and day intervals and special nonworking days to consider for scheduling. It is passed to the client side as the read only item.schedule structure accessible from the client code. Server side scheduling functions ignore this property.

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

Syntax

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

See Also