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