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

GanttNode Class

A gantt task.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public sealed class GanttNode :
    TreeListNode

Remarks

The GanttNode class represents individual gantt tasks (nodes in the tree list area) and provides access to individual gantt task properties.

Inheritance

See Also