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