Back to Devexpress

CustomDrawTaskEventArgs.Duration Property

windowsforms-devexpress-dot-xtragantt-dot-customdrawtaskeventargs-41784aa0.md

latest1.2 KB
Original Source

CustomDrawTaskEventArgs.Duration Property

Gets the task duration.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Nullable<TimeSpan>

A TimeSpan structure that specifies the task duration.

|

See Also

CustomDrawTaskEventArgs Class

CustomDrawTaskEventArgs Members

DevExpress.XtraGantt Namespace