Kendo.Mvc.UI.Fluent.GanttViewFactory
Defines the fluent API for adding views to Gantt for ASP.NET MVC
Methods
Add(Kendo.Mvc.UI.GanttViewType)
Defines a view
Parameters
type Kendo.Mvc.UI.GanttViewType
The GanttView type for the view. Supported types are "day", "week", "month" and "year".
DayView(System.Action<Kendo.Mvc.UI.Fluent.GanttViewBuilder>)
Defines a Gantt day view
DayView
Enables a Gantt day view
WeekView(System.Action<Kendo.Mvc.UI.Fluent.GanttViewBuilder>)
Defines a Gantt week view.
WeekView
Enables a Gantt week view
MonthView(System.Action<Kendo.Mvc.UI.Fluent.GanttViewBuilder>)
Defines a Gantt мonth view
MonthView
Enables a month day view
YearView(System.Action<Kendo.Mvc.UI.Fluent.GanttViewBuilder>)
Defines a Scheduler year view.
YearView
Enables a year view