Skip to main content

TaskProgressModifiedEventArgs.OriginalProgress Property

Gets the processed task’s original (before the operation) progress.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public float OriginalProgress { get; }

Property Value

Type Description
Single

A value that specifies progress.

See Also