Back to Devexpress

BootstrapFABAction Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-483cdf36.md

latest2.2 KB
Original Source

BootstrapFABAction Class

Represents the Floating Action Button‘s Action object.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapFABAction :
    BootstrapFABActionBase
vb
Public Class BootstrapFABAction
    Inherits BootstrapFABActionBase

Remarks

The appropriate object executes the specified action once the user clicks the button.

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

Note

To see Bootstrap Floating Action Button and its features in action, refer the links below:

Inheritance

Object StateManager CollectionItem FABCollectionItemBase FABActionBase BootstrapFABActionBase BootstrapFABAction

See Also

BootstrapFABAction Members

DevExpress.Web.Bootstrap Namespace