Example of Split Button in ASP.NET MVC Button Control
This sample demonstrates the default functionalities of the SplitButton. By clicking primary button, default action will be triggered and by clicking secondary button, a popup with a list of action items will be displayed.
SplitButton component has primary and secondary button. Primary button is used to select default action and secondary button 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, SplitButton 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 SplitButton can be found in this documentation section opens in a new tab .