CustomDrawTimelineTaskEventArgs.DrawHtml Method
Name | Parameters | Description |
---|---|---|
DrawHtml(HtmlTemplate, DxHtmlPainterContext, Action<DxHtmlPainterArgs>) | template, context, setupArgs | Draws the specified HTML template inside the task displayed on the timeline. The context parameter allows you to assign an object that transfers mouse events to template elements. |
DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) | template, setupArgs | Draws the specified HTML template inside the task displayed on the timeline. |