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