Skip to main content
All docs
V26.1
  • GanttTask.Progress Property

    Gets or sets task progress.

    Namespace: DevExpress.Mvvm.Gantt

    Assembly: DevExpress.Xpf.Gantt.v26.1.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