ClassMultiSelectItemRenderEventArgs<TItem>
Event arguments for the MultiSelect OnItemRender event, providing context and customization options for individual dropdown items. Allows modification of item appearance, CSS classes, and styling based on item data or application state. Use to implement conditional formatting, status indicators, or custom styling logic for dropdown items. Inherits item data and CSS class functionality from SelectBaseItemRenderEventArgs<TItem>.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
public class MultiSelectItemRenderEventArgs<TItem> : SelectBaseItemRenderEventArgs<TItem>
Inheritance: objectSelectBaseItemRenderEventArgs<TItem>MultiSelectItemRenderEventArgs<TItem>
Constructors
MultiSelectItemRenderEventArgs()
Initializes a new instance of MultiSelectItemRenderEventArgs for item render customization. Creates event args with empty item data and CSS class that can be populated during item rendering.
Declaration
public MultiSelectItemRenderEventArgs()