Skip to main content

GanttTask.Progress Property

Gets or sets task progress.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public double Progress { get; set; }

Property Value

Type Description
Double

Task 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 is rendered with the Progress set to 1.0.

See Also