Blazor Menu Bar Example - Data Binding
This sample demonstrates data source binding functionality of the Menu component. Mouse hovering or clicking menu items displays corresponding submenu pop-up items.
The Menu component loads data through the MenuItem directive, supporting both hierarchical and self-referential data structures.
Data binding configuration:
- Hierarchical Data - Parent-child relationships through nested objects
- Self-Referential Data - Parent-child mapping using ItemId and ParentId fields
This demo uses list-type data with parent-child relationships defined through ItemId and ParentId mapping fields.
For detailed MenuBar data binding information, refer to the documentation.