Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GanttTask Class

A Gantt task data object.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Xpf.Gantt.v24.2.dll

NuGet Package: DevExpress.Wpf.Gantt

#Declaration

public class GanttTask :
    BindableBase,
    ISerializable

#Remarks

The GanttControl ships with the built-in data objects (GanttTask, GanttPredecessorLink, GanttResource) for those who do not already have types for Gantt elements. You can assign a collection of these objects to the GanttControl.ItemsSource property without mapping properties to data source fields.

Refer to the getting started tutorial for more information on how to bind the GanttControl to a collection of built-in data objects.

#Inheritance

See Also