Kendo.Mvc.UI.Fluent.GanttColumnFactory
Defines the fluent API for adding items to Kendo Gantt for ASP.NET MVC
Methods
Group(System.Action<Kendo.Mvc.UI.Fluent.GanttColumnFactory<T,T>>)
Defines a group of columns.
Parameters
expression System.Action<Kendo.Mvc.UI.Fluent.GanttColumnFactory>
Bound(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Defines a bound column.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Bound(System.String)
Defines a bound column.
Resources(System.String)
Defines a resource column.
Bound(System.Type,System.String)
Defines a bound column.