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