Skip to main content

CustomTaskProgressEventArgs.Progress Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.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