GanttControlNode.GetBaselineDuration() Method
Returns the task baseline 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 baseline duration. |
See Also