Skip to main content
All docs
V25.1
  • Blazor Menu

    The DevExpress Menu component for Blazor (DxMenu) allows you to add an adaptive menu to your Blazor application.

    Run Demo

    Read Tutorial: Explore Features

    Menu Overview

    API Reference

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

    Features

    Bound and Unbound Modes

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

    Horizontal and Vertical Orientation

    The Menu’s default orientation is Horizontal (menu items are arranged in a row). Use the Orientation property to change the orientation to Vertical.

    Desktop and Mobile Display Mode

    The Menu component implements Desktop and Mobile display modes that are optimized for the corresponding devices. Use the DisplayMode property to specify the display mode, or leave the default Auto value to allow the component to automatically adapt to the user device’s type.

    Adaptivity

    When there is not enough space to display all the items, the Menu component can adapt its layout: hide text for all items with icons and collapse items into a hamburger menu. Use CollapseItemToIconMode and CollapseItemsToHamburgerMenu properties to enable these features.