aspnetbootstrap-devexpress-dot-web-dot-bootstrap-622da830.md
Represents the Floating Action Button‘s action collection.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapFABActionCollection :
Collection<BootstrapFABActionBase>
Public Class BootstrapFABActionCollection
Inherits Collection(Of BootstrapFABActionBase)
The following members return BootstrapFABActionCollection objects:
The BootstrapFloatingActionButton stores its actions and action groups within the Items collection. This collection is represented by the BootstrapFABActionCollection class. Members of this class can be used to add, delete, access individual actions and action groups and perform other common collection management tasks.
<dx:BootstrapFloatingActionButton runat="server" ContainerCssSelector="#default-fab">
<Items>
<dx:BootstrapFABAction ActionName="a1" ContextName="context1" Text="Create Item"/>
</Items>
</dx:BootstrapFloatingActionButton>
Object StateManagedCollectionBase Collection Collection<BootstrapFABActionBase> BootstrapFABActionCollection
See Also