Back to Devexpress

CustomizeTemplatedItemEventArgs.HtmlElement Property

windowsforms-devexpress-dot-xtraeditors-dot-customizetemplateditemeventargs-08b2504c.md

latest1.2 KB
Original Source

CustomizeTemplatedItemEventArgs.HtmlElement Property

Returns the HtmlElement (tag) associated with the current event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DxHtmlRootElement HtmlElement { get; }
vb
Public ReadOnly Property HtmlElement As DxHtmlRootElement

Property Value

TypeDescription
DevExpress.Utils.Html.DxHtmlRootElement

The HtmlElement (tag) associated with the current event.

|

See Also

CustomizeTemplatedItemEventArgs Class

CustomizeTemplatedItemEventArgs Members

DevExpress.XtraEditors Namespace