Skip to main content
All docs
V26.1
  • BootstrapFABActionCollection.Add(String, String) Method

    Adds a new action to the collection and specifies the action’s identifier and context name.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public void Add(
        string contextName,
        string actionName
    )

    Parameters

    Name Type Description
    contextName String

    A string value that specifies the context name.

    actionName String

    A string value that specifies the action identifier.

    See Also