Skip to main content

BootstrapFABActionItem(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapFABActionItem(
    string actionName
)

Parameters

Name Type Description
actionName String

A string value that specifies the action item identifier.

See Also