GanttViewFactory

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

DayView(System.Action)

Creates a new GanttView of type Day and adds it to the GanttView collection.

Parameters

addViewAction - System.Action<GanttViewBuilder>

The action to configure the GanttView.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

DayView()

Creates a new GanttView of type Day and adds it to the GanttView collection.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

WeekView(System.Action)

Creates a new GanttView of type Week and adds it to the GanttView collection.

Parameters

addViewAction - System.Action<GanttViewBuilder>

The action to configure the GanttView.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

WeekView()

Creates a new GanttView of type Week and adds it to the GanttView collection.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

MonthView(System.Action)

Creates a new GanttView of type Month and adds it to the GanttView collection.

Parameters

addViewAction - System.Action<GanttViewBuilder>

The action to configure the GanttView.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

MonthView()

Creates a new GanttView of type Month and adds it to the GanttView collection.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

YearView(System.Action)

Creates a new GanttView of type Year and adds it to the GanttView collection.

Parameters

addViewAction - System.Action<GanttViewBuilder>

The action to configure the GanttView.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

YearView()

Creates a new GanttView of type Year and adds it to the GanttView collection.

RETURNS

A GanttViewBuilder instance that can be used to configure the GanttView.

Add()

Adds an item to the collection

RETURNS

Returns a GanttViewBuilder with the available configuration options.