GanttControl.GetBaselineDuration(GanttControlNode) Method
In This Article
Returns the specified task’s baseline duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public TimeSpan? GetBaselineDuration(
GanttControlNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Gantt |
An object that specifies the task for which to return the baseline duration. |
#Returns
Type | Description |
---|---|
Nullable<Time |
A Time |
See Also