Skip to main content
All docs
V25.1
  • CustomTaskProgressEventArgs.Progress Property

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

    Namespace: DevExpress.XtraGantt

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