Skip to main content
A newer version of this page is available. .

GanttResource Class

A Gantt resource data object.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public class GanttResource :
    BindableBase

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 GanttResource objects to the GanttView.ResourcesSource property without mapping properties to data source fields.

Inheritance

Object
BindableBase
GanttResource
See Also