Back to Devexpress

BootstrapFABActionCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-622da830.md

latest2.5 KB
Original Source

BootstrapFABActionCollection Class

Represents the Floating Action Button‘s action collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapFABActionCollection :
    Collection<BootstrapFABActionBase>
vb
Public Class BootstrapFABActionCollection
    Inherits Collection(Of BootstrapFABActionBase)

The following members return BootstrapFABActionCollection objects:

Remarks

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.

aspx
<dx:BootstrapFloatingActionButton runat="server" ContainerCssSelector="#default-fab">
    <Items>
        <dx:BootstrapFABAction ActionName="a1" ContextName="context1" Text="Create Item"/>
    </Items>
</dx:BootstrapFloatingActionButton>

Inheritance

Object StateManagedCollectionBase Collection Collection<BootstrapFABActionBase> BootstrapFABActionCollection

See Also

BootstrapFABActionCollection Members

DevExpress.Web.Bootstrap Namespace