CustomDrawTaskEventArgs.Duration Property
Gets the task duration.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> | A TimeSpan structure that specifies the task duration. |
See Also