Skip to main content

CustomTaskSchedulingEventArgs.Duration Property

Gets or sets the task’s duration.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TimeSpan? Duration { get; set; }

Property Value

Type Description
Nullable<TimeSpan>

A structure that specifies the task’s duration.

See Also