TileCustomDrawEventArgs.DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Method
In This Article
Paints the specified HTML template inside the processed tile element.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void DrawHtml(
HtmlTemplate template,
Action<DxHtmlPainterArgs> setupArgs = null
)
#Parameters
Name | Type | Description |
---|---|---|
template | Html |
A template to draw. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
setup |
Action<Dx |
null | Sets up properties of the Dx |
#Remarks
Refer to the following help topic for more information: Custom Draw Templates.
See Also