wpf-400335-controls-and-libraries-gantt-control-bind-to-data.md
You can bind the GanttControl to a collection of data items that represent tasks.
Note
The GanttControl does not fully support DataTable sources. The control displays data from such sources with limitations (for example, you cannot move and drag tasks).
You should assign your data objects to the ItemsSource collection and specify mappings to bind task properties (StartDate, EndDate, etc.) to your data source fields.
The GanttControl can retrieve tasks from the following sources:
Built-in data types
You can store task dependencies in the following ways:
Refer to Task Dependencies for more information.
Use the GanttView.ResourcesSource property to bind the GanttControl to a source with resources.
After you bind the GanttControl to resources, assign these resources to tasks. Your data source can store resource dependencies in the following ways:
Refer to Resources for more information.