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

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.v19.2.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