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

BootstrapGridViewToolbarMenuItem Constructors

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