Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeItemRenderEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeforeItemRenderEventArgs<T>

    Interface for before item render event.

    Inheritance
    System.Object
    BeforeItemRenderEventArgs<T>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeItemRenderEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    BeforeItemRenderEventArgs()

    Declaration
    public BeforeItemRenderEventArgs()

    Properties

    Element

    Specifies the list item element.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    Item

    Specifies the item data.

    Declaration
    public T Item { get; set; }
    Property Value
    Type Description
    T

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved