menu

Blazor

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

    Show / Hide Table of Contents

    Class BeforeItemRenderEventArgs<T>

    Provides the event data for the OnItemRender 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

    The type of the items in the event arguments.

    Constructors

    BeforeItemRenderEventArgs()

    Declaration
    public BeforeItemRenderEventArgs()

    Properties

    Item

    Gets or sets the item currently being rendered.

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

    Name

    Gets a value that indicates the name of the event.

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