Back to Devexpress

GanttNode Class

wpf-devexpress-dot-xpf-dot-gantt-6d128ca7.md

latest1.2 KB
Original Source

GanttNode Class

A gantt treelist‘s node.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public sealed class GanttNode :
    TreeListNode
vb
Public NotInheritable Class GanttNode
    Inherits TreeListNode

Remarks

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

Inheritance

Object TreeListNodeBase TreeListNode GanttNode

See Also

GanttNode Members

TreeListNode

DevExpress.Xpf.Gantt Namespace