Back to Devexpress

TileCustomDrawEventArgs.DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-dot-drawhtml-x28-devexpress-dot-utils-dot-html-dot-htmltemplate-system-dot-action-devexpress-dot-utils-dot-html-dot-dxhtmlpainterargs-x29.md

latest2.1 KB
Original Source

TileCustomDrawEventArgs.DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Method

Paints the specified HTML template inside the processed tile element.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void DrawHtml(
    HtmlTemplate template,
    Action<DxHtmlPainterArgs> setupArgs = null
)
vb
Public Sub DrawHtml(
    template As HtmlTemplate,
    setupArgs As Action(Of DxHtmlPainterArgs) = Nothing
)

Parameters

NameTypeDescription
templateHtmlTemplate

A template to draw.

|

Optional Parameters

NameTypeDefaultDescription
setupArgsAction<DxHtmlPainterArgs>null

Sets up properties of the DxHtmlPainterArgs object.

|

Remarks

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

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace