Skip to main content
All docs
V25.1
  • 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.