Skip to main content
All docs
V26.1
  • TaskProgressModificationEventArgs.CurrentProgress Property

    Gets or sets the processed task’s current (during the operation) progress.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public float CurrentProgress { get; set; }

    Property Value

    Type Description
    Single

    A value that specifies progress.

    See Also