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

CustomTaskProgressEventArgs.Progress Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public float Progress { get; set; }

Property Value

Type Description
Single

A value the specifies the task’s progress.

See Also