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

BootstrapFABActionGroup(String, BootstrapFABActionItemCollection, String) 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,
    string text
)

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.

text String

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

See Also