Skip to main content
A newer version of this page is available. .

TaskProgressModificationEventArgs.OriginalProgress Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public float OriginalProgress { get; }

Property Value

Type Description
Single

A value that specifies progress.

See Also