Example of Dropdown Button in ASP.NET MVC Button Control
This sample demonstrates the default functionalities of the DropDownButton. By clicking DropDownButton, it displays popup with list of action items.
DropDownButton component is used to toggle contextual overlays for displaying list of links that containing action items. It can contain both text and images.
In this sample, DropDownButton contains icon, content and list of action items, icon can be added by using
iconCss
opens in a new tab
property, content can be added by using
content
opens in a new tab
property and list of action items can be added by using
items
opens in a new tab
property.
More information about DropDownButton can be found in this documentation section opens in a new tab .