Skip to main content
All docs
V25.1
  • TaskMovingEventArgs.OriginalTaskStart Property

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public DateTime? OriginalTaskStart { get; }

    Property Value

    Type Description
    Nullable<DateTime>

    A structure that specifies a date.

    See Also