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

BootstrapCardViewToolbarItem Constructors

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