Skip to main content
All docs
V25.1
  • NewTaskDrawnEventArgs.StartDate Property

    Gets the newly created task’s start date.

    Namespace: DevExpress.Xpf.Gantt

    Assembly: DevExpress.Xpf.Gantt.v25.1.dll

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public DateTime StartDate { get; }

    Property Value

    Type Description
    DateTime

    A start date.

    Remarks

    Use the StartDate property to get the newly created task’s start date.

    See Also