Blazor Context Menu
The DevExpress Context Menu component for Blazor (DxContextMenu) adds a context menu to your Blazor application.
Features
Bound and Unbound Modes
Context Menu supports bound and unbound modes. Use the Data property to bind the component to flat or hierarchical data. In unbound mode, populate the Items collection manually.
Checked Items
You can use the IconUrl or IconCssClass property to implement dynamically checked items in the Context Menu.