Back to Devexpress

CustomTaskSchedulingEventArgs.Duration Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskschedulingeventargs-499bed8c.md

latest1.2 KB
Original Source

CustomTaskSchedulingEventArgs.Duration Property

Gets or sets the task’s duration.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public TimeSpan? Duration { get; set; }
vb
Public Property Duration As TimeSpan?

Property Value

TypeDescription
Nullable<TimeSpan>

A structure that specifies the task’s duration.

|

See Also

CustomTaskSchedulingEventArgs Class

CustomTaskSchedulingEventArgs Members

DevExpress.XtraGantt Namespace