ASP.NET MVC Controls | ComponentOne
Working with Controls / Input Controls / Menu
In This Topic
    Menu
    In This Topic

    The Menu control displays a text element with a drop-down list of commands that the user can invoke by click. Menu inherits from ComboBox, so you can use the ItemsSource property to populate and style the control similarly. The Menu control adds an ItemClicked event that fires when the user selects an item from the menu. The event handler event inspects the Menu control to determine which item was clicked.

    The Menu control also supports an ItemClicked event, which fires when a user selects an item from the menu. The event handler inspects the control to determine the item that is clicked.