Supplies information about RadzenDropDown ItemRender event.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DropDownItemRenderEventArgs<TValue> : DropDownBaseItemRenderEventArgs<TValue>| Name | Description |
|---|---|
| TValue |
Supplies information about RadzenDropDown ItemRender event.
public DropDownItemRenderEventArgs<TValue>()Gets the DropDown.
public RadzenDropDown<TValue> DropDown { get; }
| Type | Description |
|---|---|
| RadzenDropDown<TValue> | Gets the DropDown. |