ClassComboBoxItemRenderEventArgs<TItem>
Class
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:
cs-api-definition
public class ComboBoxItemRenderEventArgs<TItem> : SelectBaseItemRenderEventArgs<TItem>
Inheritance: objectSelectBaseItemRenderEventArgs<TItem>ComboBoxItemRenderEventArgs<TItem>
Constructors
ComboBoxItemRenderEventArgs()
Declaration
cs-api-definition
public ComboBoxItemRenderEventArgs()