Class ListBoxItemRenderEventArgs<TValue>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about RadzenDropDown ItemRender event.
public class ListBoxItemRenderEventArgs<TValue> : DropDownBaseItemRenderEventArgs<TValue>
Type Parameters
TValue
- Inheritance
-
DropDownBaseItemRenderEventArgs<TValue>ListBoxItemRenderEventArgs<TValue>
- Inherited Members
Constructors
ListBoxItemRenderEventArgs()
public ListBoxItemRenderEventArgs()
Properties
ListBox
Gets the DropDown.
public RadzenListBox<TValue> ListBox { get; }
Property Value
- RadzenListBox<TValue>