BootstrapFABActionGroup(String, BootstrapFABActionItemCollection, String) Constructor
Initializes a new instance of the BootstrapFABActionGroup class with specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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