Back to Devexpress

CustomTaskProgressEventArgs.Progress Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskprogresseventargs-90966103.md

latest1.1 KB
Original Source

CustomTaskProgressEventArgs.Progress Property

Gets or sets the task’s progress (a value from 0 to 1 ).

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Single

A value the specifies the task’s progress.

|

See Also

CustomTaskProgressEventArgs Class

CustomTaskProgressEventArgs Members

DevExpress.XtraGantt Namespace