Skip to main content
A newer version of this page is available. .

BootstrapToolbarMenuItem Constructors

An individual item within a toolbar item’s drop-down menu.
Name Parameters Description
BootstrapToolbarMenuItem() none Initializes a new instance of the BootstrapToolbarMenuItem class with default settings.
BootstrapToolbarMenuItem(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapToolbarMenuItem class with the specified name, text and icon.
BootstrapToolbarMenuItem(String, String) text, name Initializes a new instance of the BootstrapToolbarMenuItem class with the specified name and text.
BootstrapToolbarMenuItem(String) text Initializes a new instance of the BootstrapToolbarMenuItem class with the specified text.
See Also