Class
ComboBoxItemRenderEventArgs<TItem>

The class that describes the event arguments to the ComboBox item render event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

public class ComboBoxItemRenderEventArgs<TItem> : SelectBaseItemRenderEventArgs<TItem>

Inheritance: objectSelectBaseItemRenderEventArgs<TItem>ComboBoxItemRenderEventArgs<TItem>

Constructors

ComboBoxItemRenderEventArgs()

Declaration

public ComboBoxItemRenderEventArgs()