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

BootstrapFABAction(String, String) Constructor

Initializes a new instance of the BootstrapFABAction class with specified settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapFABAction(
    string contextName,
    string actionName
)

Parameters

Name Type Description
contextName String

A string value that specifies the action’s context name.

actionName String

A string value that specifies the action’s identifier.

See Also