GanttControl.GetProgress(GanttControlNode) Method
Returns the specified task’s progress.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | GanttControlNode | An object that specifies the task for which to return the progress. |
Returns
Type | Description |
---|---|
Object | An object that specifies the task’s progress. |
See Also