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

BootstrapToolbarItemBase Constructors

The base class for Toolbar items.
Name Parameters Description
BootstrapToolbarItemBase() none Initializes a new instance of the BootstrapToolbarItemBase class with default settings.
BootstrapToolbarItemBase(String, String, String) text, name, iconCssClass Initializes a new instance of the BootstrapToolbarItemBase class with the specified name, text and icon.
See Also