Kendo.Mvc.UI.Fluent.GanttBoundColumnBuilder
Defines the fluent interface for configuring a bound column in the Gantt.
Methods
Editor(System.Func<System.Object,System.Object>)
Provides a way to specify a custom editing UI for the column. Use the container parameter to create the editing UI.
Parameters
value System.Func<System.Object,System.Object>
The value that configures the editor.
Editor(System.String)
Provides a way to specify a custom editing UI for the column. Use the container parameter to create the editing UI.
Parameters
value System.String
The value that configures the editor.