Back to Devexpress

TaskProgressModificationEventArgs.CurrentProgress Property

windowsforms-devexpress-dot-xtragantt-dot-taskprogressmodificationeventargs.md

latest1.2 KB
Original Source

TaskProgressModificationEventArgs.CurrentProgress Property

Gets or sets the processed task’s current (during the operation) progress.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public float CurrentProgress { get; set; }
vb
Public Property CurrentProgress As Single

Property Value

TypeDescription
Single

A value that specifies progress.

|

See Also

TaskProgressModificationEventArgs Class

TaskProgressModificationEventArgs Members

DevExpress.XtraGantt Namespace