GanttTask.Progress Property
In This Article
Gets or sets task progress.
Namespace: DevExpress.Mvvm.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
#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