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

GanttTask.Progress Property

Specifies task’s progress.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public double Progress { get; set; }

Property Value

Type Description
Double

A task’s progress.

Remarks

The valid Progress property value is between 0.0 and 1.0. If the Progress property value is greater then 1.0, the Gantt task will be rendered with the Progress set to 1.0.

See Also