Skip to main content

BootstrapFABAction Constructors

Represents the Floating Action Button‘s Action object.
Name Parameters Description
BootstrapFABAction() none Initializes a new instance of the BootstrapFABAction class with default settings.
BootstrapFABAction(String, String, String, String) contextName, actionName, text, iconCssClass Initializes a new instance of the BootstrapFABAction class with specified settings.
BootstrapFABAction(String, String, String) contextName, actionName, text Initializes a new instance of the BootstrapFABAction class with specified settings.
BootstrapFABAction(String, String) contextName, actionName Initializes a new instance of the BootstrapFABAction class with specified settings.
See Also