Back to Devexpress

GanttControl.GetProgress(GanttControlNode) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-getprogress-x28-devexpress-dot-xtragantt-dot-ganttcontrolnode-x29.md

latest1.3 KB
Original Source

GanttControl.GetProgress(GanttControlNode) Method

Returns the specified task’s progress.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public object GetProgress(
    GanttControlNode node
)
vb
Public Function GetProgress(
    node As GanttControlNode
) As Object

Parameters

NameTypeDescription
nodeGanttControlNode

An object that specifies the task for which to return the progress.

|

Returns

TypeDescription
Object

An object that specifies the task’s progress.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace