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