Back to Devexpress

GanttTask Class

wpf-devexpress-dot-mvvm-dot-gantt.md

latest1.7 KB
Original Source

GanttTask Class

A Gantt task data object.

Namespace : DevExpress.Mvvm.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public class GanttTask :
    BindableBase,
    ISerializable
vb
Public Class GanttTask
    Inherits BindableBase
    Implements 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

Object BindableBase GanttTask

See Also

GanttTask Members

DevExpress.Mvvm.Gantt Namespace