Skip to main content
All docs
V26.1
  • BootstrapFABActionCollection(IWebControlObject) Constructor

    Initializes a new instance of the BootstrapFABActionCollection class with the specified owner.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    public BootstrapFABActionCollection(
        IWebControlObject owner
    )

    Parameters

    Name Type Description
    owner DevExpress.Web.Internal.IWebControlObject

    An object that implements the IPropertiesOwner interface.

    See Also