Skip to main content
All docs
V26.1
  • TaskFinishModificationEventArgs.CurrentTaskFinish Property

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public DateTime? CurrentTaskFinish { get; set; }

    Property Value

    Type Description
    Nullable<DateTime>

    A structure that specifies a date.

    See Also