Blazor Dropdown List Example - Grouping and Icons
This example demonstrates grouping and icon support in DropDownList for organized data presentation.
Grouping features:
- Group relevant items under category using GroupBy property
- Vegetables grouped by Category property in data object
Icon support:
- Render icons in list using IconCss property
See also