GanttControl.GetBaselineDuration(GanttControlNode) Method
Returns the specified task’s baseline duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | GanttControlNode | An object that specifies the task for which to return the baseline duration. |
Returns
Type | Description |
---|---|
Nullable<TimeSpan> | A TimeSpan structure that specifies the task’s baseline duration. |
See Also