Class DropDownItemRenderEventArgs<TValue>
Supplies information about RadzenDropDown ItemRender event.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DropDownItemRenderEventArgs<TValue> : DropDownBaseItemRenderEventArgs<TValue>
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
DropDownItemRenderEventArgs()
Supplies information about RadzenDropDown ItemRender event.
Declaration
public DropDownItemRenderEventArgs()
Properties
DropDown
Gets the DropDown.
Declaration
public RadzenDropDown<TValue> DropDown { get; }
Property Value
Type | Description |
---|---|
RadzenDropDown<TValue> |