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

BootstrapFABActionGroup(String, BootstrapFABActionItemCollection) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapFABActionGroup(
    string contextName,
    BootstrapFABActionItemCollection items
)

Parameters

Name Type Description
contextName String

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

items DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection

A BootstrapFABActionItemCollection object that stores action items belonging to the action group.

See Also