New to Telerik UI for BlazorStart a free 30-day trial

Provides data and styling control for individual ComboBox dropdown items during rendering, enabling dynamic CSS class assignment. Contains the data item being rendered and allows you to modify the CSS class to conditionally style items based on their properties or state. Use to highlight important options, indicate status, show categories, mark disabled items, or apply custom styling based on business logic. Example scenarios: Highlight preferred items with special colors, mark unavailable options, show priority levels, or indicate selection status.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

C#
public class ComboBoxItemRenderEventArgs<TItem> : SelectBaseItemRenderEventArgs<TItem>

Inheritance: objectSelectBaseItemRenderEventArgs<TItem>ComboBoxItemRenderEventArgs<TItem>

Inherited Members SelectBaseItemRenderEventArgs<TItem>.ItemSelectBaseItemRenderEventArgs<TItem>.Class

Constructors

C#
public ComboBoxItemRenderEventArgs()
In this article
DefinitionConstructorsComboBoxItemRenderEventArgs()
Not finding the help you need?
Contact Support