Example of DropDownMenu in ASP.NET Core Button Control
This sample demonstrates the default functionalities of the DropDownButton. Clicking DropDownButton will display popup with list of action items.
DEMO
SOURCE
The DropDownButton component is used to toggle contextual overlays for displaying list of action items. It can contain both text and images.
In this sample, DropDownButton contains icon, content and list of action items, and can be added using
iconCss
,
content
and
items
property.
More information about DropDownButton can be found in this documentation section.