• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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.

DEMO
SOURCE

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 property, content can be added by using content property and list of action items can be added by using items property.

More information about DropDownButton can be found in this documentation section .