Skip to main content
All docs
V26.1
  • TileCustomDrawEventArgs.DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Method

    Paints the specified HTML template inside the processed tile element.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public void DrawHtml(
        HtmlTemplate template,
        Action<DxHtmlPainterArgs> setupArgs = null
    )

    Parameters

    Name Type Description
    template HtmlTemplate

    A template to draw.

    Optional Parameters

    Name Type Default Description
    setupArgs Action<DxHtmlPainterArgs> null

    Sets up properties of the DxHtmlPainterArgs object.

    Remarks

    Refer to the following help topic for more information: Custom Draw Templates.

    See Also