GanttControl.GetBaselineDuration(Int32) Method
Returns the specified task’s baseline duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Int32 | An integer value that specifies the Id of 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