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

CustomTaskProgressEventArgs.Node Property

Gets or sets the processed node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public GanttControlNode Node { get; }

Property Value

Type Description
GanttControlNode

An object that specifies the processed node.

See Also