Skip to main content
A newer version of this page is available. .

CustomDrawTaskEventArgs.DrawShape(DateTime, DateTime) Method

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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