Skip to main content
A newer version of this page is available. .

GanttControlNode.GetBaselineDuration() Method

Returns the task baseline duration.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public TimeSpan? GetBaselineDuration()

Returns

Type Description
Nullable<TimeSpan>

A TimeSpan structure that specifies the task baseline duration.

See Also