GanttControlNode.GetDuration() Method
Returns the task’s duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Returns
| Type | Description |
|---|---|
| Nullable<TimeSpan> | A TimeSpan structure that specifies the task’s duration. |
See Also