GanttControlNode.GetDuration() Method
Returns the task’s duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Returns
Type | Description |
---|---|
Nullable<TimeSpan> | A TimeSpan structure that specifies the task’s duration. |
See Also