Skip to main content
All docs
V26.1
  • TaskFinishModifiedEventArgs.OriginalTaskFinish Property

    Gets the processed task’s original (before the operation) finish date.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public DateTime? OriginalTaskFinish { get; }

    Property Value

    Type Description
    Nullable<DateTime>

    A structure that specifies a date.

    See Also