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