Skip to main content
All docs
V25.1
  • CustomDrawTaskEventArgs.DrawShape(DateTime, DateTime) Method

    Draws the task shape (bar, summary bar, or milestone) with an interruption.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public void DrawShape(
        DateTime interruptionStart,
        DateTime interruptionFinish
    )

    Parameters

    Name Type Description
    interruptionStart DateTime

    The interruption’s start date.

    interruptionFinish DateTime

    The interruption’s end date.

    See Also