Back to Devexpress

CustomDrawTaskEventArgs.DrawShape(DateTime, DateTime) Method

windowsforms-devexpress-dot-xtragantt-dot-customdrawtaskeventargs-dot-drawshape-x28-system-dot-datetime-system-dot-datetime-x29.md

latest1.4 KB
Original Source

CustomDrawTaskEventArgs.DrawShape(DateTime, DateTime) Method

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public void DrawShape(
    DateTime interruptionStart,
    DateTime interruptionFinish
)
vb
Public Sub DrawShape(
    interruptionStart As Date,
    interruptionFinish As Date
)

Parameters

NameTypeDescription
interruptionStartDateTime

The interruption’s start date.

| | interruptionFinish | DateTime |

The interruption’s end date.

|

See Also

CustomDrawTaskEventArgs Class

CustomDrawTaskEventArgs Members

DevExpress.XtraGantt Namespace