Skip to main content
All docs
V25.1
  • CustomTaskSchedulingEventArgs.FinishDate Property

    Gets or sets the task’s finish date.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public DateTime? FinishDate { get; set; }

    Property Value

    Type Description
    Nullable<DateTime>

    A structure that specifies the finish date.

    See Also