Skip to main content
All docs
V26.1
  • BootstrapFABActionBase(String, String) Constructor

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

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.1.dll

    Declaration

    public BootstrapFABActionBase(
        string contextName,
        string text
    )

    Parameters

    Name Type Description
    contextName String

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

    text String

    A string value that specifies the Floating Action Button’s text.

    See Also