Skip to main content

BootstrapFABActionItem Constructors

Represents the action item.
Name Parameters Description
BootstrapFABActionItem() none Initializes a new instance of the BootstrapFABActionItem class with the default settings.
BootstrapFABActionItem(String, String, String) actionName, iconCssClass, text Initializes a new instance of the BootstrapFABActionItem class with the specified settings.
BootstrapFABActionItem(String, String) actionName, iconCssClass Initializes a new instance of the BootstrapFABActionItem class with the specified settings.
BootstrapFABActionItem(String) actionName Initializes a new instance of the BootstrapFABActionItem class with the specified settings.
See Also