CustomDrawTaskEventArgs.DrawShape(DateTime, DateTime) Method
Draws the task shape (bar, summary bar, or milestone) with an interruption.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
interruptionStart | DateTime | The interruption’s start date. |
interruptionFinish | DateTime | The interruption’s end date. |
See Also