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

BootstrapGridViewToolbarItem Constructors

Implements the Grid View’s toolbar item functionality.
Name Parameters Description
BootstrapGridViewToolbarItem() none Initializes a new instance of the BootstrapGridViewToolbarItem class with default settings.
BootstrapGridViewToolbarItem(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapGridViewToolbarItem class with the specified name, text and icon.
BootstrapGridViewToolbarItem(String, String) text, name Initializes a new instance of the BootstrapGridViewToolbarItem class with the specified name and text.
BootstrapGridViewToolbarItem(String) text Initializes a new instance of the BootstrapGridViewToolbarItem class with the specified text.
See Also