New to Telerik UI for ASP.NET Core? Download free 30-day trial

GanttColumnFactory

Defines the fluent API for configuring List<GanttColumn<TTaskModel, TDependenciesModel>>

Properties

Gantt - Gantt

If set to false the widget will not bind to the data source during initialization. In this case data binding will occur when the change event of the data source is fired. By default the widget will bind to the data source specified in the configuration.

Methods

Group(System.Action)

Defines a group of columns.

Parameters

configurator - System.Action<GanttColumnFactory>

Bound(System.Linq.Expressions.Expression)

Defines a bound column.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Bound(System.String)

Defines a bound column.

Parameters

fieldName - System.String

Bound(System.Type,System.String)

Defines a bound column.

Parameters

memberType - System.Type
fieldName - System.String

Resources(System.String)

Defines a resource column.

Parameters

fieldName - System.String

Add()

Adds an item to the collection

In this article
Not finding the help you need?