CustomDrawTimelineTaskEventArgs.DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Method
Draws the specified HTML template inside the task displayed on the timeline.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| template | HtmlTemplate | A template to draw. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| setupArgs | Action<DxHtmlPainterArgs> | null | Sets up the |
Remarks
Read the following topic for detailed information and examples: Custom Draw Templates.
See Also