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

TaskModificationEventArgs.ProcessedNode Property

Gets the modified node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

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

Declaration

public GanttControlNode ProcessedNode { get; }

Property Value

Type Description
GanttControlNode

An object that specifies a node.

See Also