TileCustomDrawEventArgs.DrawHtml Method
Name | Parameters | Description |
---|---|---|
DrawHtml(HtmlTemplate, DxHtmlPainterContext, Action<DxHtmlPainterArgs>) | template, context, setupArgs |
Paints the specified HTML template inside the processed tile element. The context parameter allows you to assign an object that transfers mouse events to template elements.
|
DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) | template, setupArgs | Paints the specified HTML template inside the processed tile element. |