Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Blazor Context Menu

The DevExpress Context Menu component for Blazor (DxContextMenu) adds a context menu to your Blazor application.

Blazor Navigation Landing Context Menu

Read Tutorial: Explore Features Run Demo

#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.