Skip to main content
All docs
V25.1
  • TaskProgressModifiedEventArgs.CurrentProgress Property

    Gets the processed task’s current (after the operation) progress.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public float CurrentProgress { get; }

    Property Value

    Type Description
    Single

    A value that specifies progress.

    See Also