Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    #API Reference

    Refer to the following list for the component API reference: DxContextMenu Members.

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