Skip to main content
All docs
V25.1
  • CustomizeTemplatedItemEventArgs.HtmlElement Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public DxHtmlRootElement HtmlElement { get; }

    Property Value

    Type Description
    DevExpress.Utils.Html.DxHtmlRootElement

    The HtmlElement (tag) associated with the current event.

    See Also